Skip to content

Commit a324244

Browse files
committed
fix(reactively): circular dependency
1 parent 40075cc commit a324244

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

packages/core/src/wc-class.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
import { createCSSElement, defineProxy } from "packages/reactively";
22
import { createElement, diff, removeAttrs } from "packages/runtime";
3-
import { COMPONENT_PROP_METADATA_KEY } from "../../shared/src/constants/metas.constant";
4-
import { JwcElement, PropOptions } from "shared";
5-
import { WatcherOptions } from "../../shared/src/types/watcher.interface";
3+
import {
4+
COMPONENT_PROP_METADATA_KEY,
5+
JwcElement,
6+
PropOptions,
7+
WatcherOptions,
8+
} from "shared";
69

710
/**
811
* The map of adoptedStyleSheets.

0 commit comments

Comments
 (0)