summaryrefslogtreecommitdiff
path: root/components/layout/createEmotionCashe.ts
blob: ae8bc3b59243fb59726cd02297190bf5d45ef37b (plain)
1
2
3
4
5
import createCache from '@emotion/cache';

export default function createEmotionCache() {
  return createCache({ key: 'css' });
}