Remove unused imports
This commit is contained in:
parent
9d878bf5bd
commit
afc1010787
2 changed files with 0 additions and 9 deletions
|
|
@ -1,13 +1,10 @@
|
|||
'use client'
|
||||
|
||||
import * as React from 'react'
|
||||
import Link from 'next/link'
|
||||
import { type DialogProps } from '@radix-ui/react-dialog'
|
||||
import { toast } from 'react-hot-toast'
|
||||
|
||||
import { ServerActionResult, type Chat } from '@/lib/types'
|
||||
import { cn } from '@/lib/utils'
|
||||
import { badgeVariants } from '@/components/ui/badge'
|
||||
import { Button } from '@/components/ui/button'
|
||||
import {
|
||||
Dialog,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue