Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove defaultCache method
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 0807f51 commit 70b4341
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 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!
Expand Down

0 comments on commit 70b4341

Please sign in to comment.