link-stack/fix/leafcutter/lib/createEmotionCache.ts
2023-03-07 14:09:49 +00:00

5 lines
130 B
TypeScript

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