oktopus/frontend/src/utils/create-emotion-cache.js
Leandro Antônio Farias Machado d297fecc62 chore: create proj structure
2023-03-07 13:33:32 +00:00

6 lines
126 B
JavaScript

import createCache from '@emotion/cache';
export const createEmotionCache = () => {
return createCache({ key: 'css' });
};