Skip to content

Commit

Permalink
fix(reactively): circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaraChen committed Dec 19, 2022
1 parent 40075cc commit a324244
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/core/src/wc-class.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
import { createCSSElement, defineProxy } from "packages/reactively";
import { createElement, diff, removeAttrs } from "packages/runtime";
import { COMPONENT_PROP_METADATA_KEY } from "../../shared/src/constants/metas.constant";
import { JwcElement, PropOptions } from "shared";
import { WatcherOptions } from "../../shared/src/types/watcher.interface";
import {
COMPONENT_PROP_METADATA_KEY,
JwcElement,
PropOptions,
WatcherOptions,
} from "shared";

/**
* The map of adoptedStyleSheets.
Expand Down

0 comments on commit a324244

Please sign in to comment.