Create createEmotionCache method

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-22 18:13:10 +04:00
parent 676f57b650
commit e8a9536b31
+5
View File
@@ -0,0 +1,5 @@
import createCache from '@emotion/cache'
export default function createEmotionCache() {
return createCache({key: 'css-global', prepend: true})
}