Files
lander/src/createEmotionCache.js
usernames122 2f72eb55ab Bullshit
2025-08-09 01:12:10 +02:00

6 lines
145 B
JavaScript

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