Skip to content

Commit b39284b

Browse files
author
chengyu.chengyulia
committed
fix: temp file type error
1 parent eadbc6e commit b39284b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/create-entry.ts

+2
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ export class Entry {
203203
} else {
204204
(window as any)[tag] = priStore;
205205
}
206+
207+
export {};
206208
`,
207209
);
208210
}

0 commit comments

Comments
 (0)