Skip to content

Commit a5eb48f

Browse files
committed
Remove unused import of RuleNode from core.ts
1 parent e3f92af commit a5eb48f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime/src/core.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { MasterCSS, config as defaultConfig, Rule, SyntaxLayer, RuleNode } from '@master/css'
1+
import { MasterCSS, config as defaultConfig, Rule, SyntaxLayer } from '@master/css'
22
import { type Config, SyntaxRule } from '@master/css'
33

44
import './types/global'

0 commit comments

Comments
 (0)