This commit is contained in:
usernames122
2025-08-09 01:12:10 +02:00
commit 2f72eb55ab
8 changed files with 1545 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import createCache from '@emotion/cache';
export default function createEmotionCache() {
return createCache({ key: 'css', prepend: true });
}