8 lines
102 B
TypeScript
8 lines
102 B
TypeScript
|
import { tw } from '@/lib/tw'
|
||
|
|
||
|
export const classNames = {
|
||
|
container: tw`
|
||
|
// styles here
|
||
|
`,
|
||
|
}
|