Remix migration
This commit is contained in:
7
app/createEmotionCache.ts
Normal file
7
app/createEmotionCache.ts
Normal file
@ -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