Skip to content

Commit b39284b

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/utils/create-entry.ts

Lines changed: 2 additions & 0 deletions
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)