Files
app
routes
context.tsx
createEmotionCache.ts
entry.client.tsx
entry.server.tsx
root.tsx
components
data
functions
public
.gitignore
.node-version
OFL.txt
emotion-server.js
index.css
index.d.ts
package-lock.json
package.json
remix.config.js
server.ts
theme.ts
tsconfig.json
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" });
}