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