cycles-quartz/apps/transfers/frontend/scripts/templates/NewComponent/classNames.ts
2024-07-10 21:11:07 +02:00

8 lines
102 B
TypeScript

import { tw } from '@/lib/tw'
export const classNames = {
container: tw`
// styles here
`,
}