Skip to content

Commit 1b1f020

Browse files
committed
🐛 fix: narrow import
1 parent 2159898 commit 1b1f020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codegen.ts

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

44
/**

0 commit comments

Comments
 (0)