From 70b43410cea1822d2a1f0febef7adef7abda2dcc Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:49:34 -0400 Subject: [PATCH] Remove defaultCache method --- app/createEmotionCache.ts | 2 -- 1 file changed, 2 deletions(-) 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!