1 2 3 4 5
import createCache from '@emotion/cache'; export default function createEmotionCache() { return createCache({ key: 'css' }); }