Skip to content

Commit

Permalink
make @emotion/react importable
Browse files Browse the repository at this point in the history
  • Loading branch information
konodyuk committed Oct 8, 2023
1 parent 927f3a5 commit 861716f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api_imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ export async function importModules() {
"react-dom": await import("react-dom"),
preact: await import("preact"),
"@emotion/styled": await import("@emotion/styled"),
"@emotion/react": await import("@emotion/react"),
};
}

0 comments on commit 861716f

Please sign in to comment.