car-crushers-portal/app/createEmotionCache.ts
2023-10-19 16:49:50 -04:00

6 lines
130 B
TypeScript

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