Skip to content

Commit 09aa642

Browse files
kewdewcandillon
andauthored
fix: always seperate type imports from normal imports (#3070)
Co-authored-by: William Candillon <[email protected]>
1 parent dce23ff commit 09aa642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/skia/src/sksg/Recorder/Player.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ import {
4545
isDrawCommand,
4646
isGroup,
4747
materializeCommand,
48-
type Command,
4948
} from "./Core";
49+
import type { Command } from "./Core";
5050
import type { DrawingContext } from "./DrawingContext";
5151

5252
function play(ctx: DrawingContext, _command: Command) {

0 commit comments

Comments
 (0)