riju/frontend/createEmotionCache.js

6 lines
130 B
JavaScript

import createCache from "@emotion/cache";
export default function createEmotionCache() {
return createCache({ key: "css" });
}