diff --git a/app/createEmotionCache.ts b/app/createEmotionCache.ts index 5f293a2..b18d28b 100644 --- a/app/createEmotionCache.ts +++ b/app/createEmotionCache.ts @@ -1,7 +1,5 @@ import createCache from "@emotion/cache"; -export const defaultCache = createEmotionCache(); - export default function createEmotionCache(nonce?: string) { // The browser throws when calling .default, but the server throws if we don't call .default // Of course!