import { tw } from '@/lib/tw'

export const classNames = {
  container: tw`
    // styles here
  `,
}