Remix migration
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import createCache from "@emotion/cache";
|
||||
|
||||
export const defaultCache = createEmotionCache();
|
||||
|
||||
export default function createEmotionCache() {
|
||||
return createCache.default({ key: "cha" });
|
||||
}
|
||||
Reference in New Issue
Block a user