Bullshit
This commit is contained in:
5
src/createEmotionCache.js
Normal file
5
src/createEmotionCache.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import createCache from '@emotion/cache';
|
||||
|
||||
export default function createEmotionCache() {
|
||||
return createCache({ key: 'css', prepend: true });
|
||||
}
|
||||
Reference in New Issue
Block a user