mirror of
https://github.com/D4M13N-D3V/comissions-app-ui.git
synced 2025-03-14 08:15:08 +00:00
6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
![]() |
import createCache from '@emotion/cache'
|
||
|
|
||
|
export const createEmotionCache = () => {
|
||
|
return createCache({ key: 'css' })
|
||
|
}
|