Skip to content

Commit

Permalink
chore: remove duplicate file cn
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermerodz committed Feb 22, 2024
1 parent 053f98a commit f52614d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 18 deletions.
8 changes: 0 additions & 8 deletions apps/test/src/lib/utils/cn.tsx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client'

import { cn } from '@/lib/utils/cn'
import { cn } from '@/lib/utils'

import { OTPInput } from 'input-otp'

Expand Down
2 changes: 1 addition & 1 deletion apps/website/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SiteFooter } from '../components/site-footer'
import { SiteHeader } from '../components/site-header'
import { siteConfig } from '../config/site'
import { fontSans } from '../lib/fonts'
import { cn } from '../lib/utils/cn'
import { cn } from '../lib/utils'
import './globals.css'
import { AppProvider } from '../components/provider'
import { Toaster } from '@/components/ui/sonner'
Expand Down
8 changes: 0 additions & 8 deletions apps/website/src/lib/utils/cn.tsx

This file was deleted.

0 comments on commit f52614d

Please sign in to comment.