Skip to content

Commit 5fb9703

Browse files
committed
Update imports
1 parent 3f3afcf commit 5fb9703

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Plugin } from 'grapesjs';
1+
import type { Plugin } from 'grapesjs';
22
import parser from './parser';
33

44
const plugin: Plugin = (editor) => {

src/parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Editor } from 'grapesjs';
1+
import type { Editor } from 'grapesjs';
22
import postcss, { Rule, AtRule, Declaration } from 'postcss';
33

44
export type ParsedRule = {

0 commit comments

Comments
 (0)