Skip to content

Commit 0fb0d7d

Browse files
committed
fix default export
1 parent 127e6a3 commit 0fb0d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idom/web/templates/react.default.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default from "$CDN/$PACKAGE";
1+
export { default } from "$CDN/$PACKAGE";
22
export * from "$CDN/$PACKAGE";
33

44
import * as React from "$CDN/react";

0 commit comments

Comments
 (0)