diff --git a/src/api_imports.ts b/src/api_imports.ts index f1299c6..41cdae6 100644 --- a/src/api_imports.ts +++ b/src/api_imports.ts @@ -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"), }; }