source: renderer/createEmotionCache.ts@ be22289

main
Last change on this file since be22289 was 40ac7a9, checked in by Mihail <mihail2.naumov@…>, 7 months ago

Added frontend elements

  • Property mode set to 100644
File size: 132 bytes
Line 
1import createCache from '@emotion/cache';
2
3export default function createEmotionCache() {
4 return createCache({ key: 'css' });
5}
Note: See TracBrowser for help on using the repository browser.