UNPKG

create-next-app-template

Version:

This is a template set up to create Next.js App with fast speed and high performance<br/> The current template is provided in a **page routing** structure.<br/>

6 lines (4 loc) 130 B
import createCache from '@emotion/cache'; export default function createEmotionCache() { return createCache({ key: 'css' }); }