source: renderer/createEmotionCache.ts@ c586cbd

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

Added frontend elements

  • Property mode set to 100644
File size: 132 bytes
RevLine 
[40ac7a9]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.