Remove unused imports (#224)
This commit is contained in:
commit
1116b4595b
2 changed files with 0 additions and 9 deletions
|
|
@ -1,13 +1,10 @@
|
||||||
'use client'
|
'use client'
|
||||||
|
|
||||||
import * as React from 'react'
|
import * as React from 'react'
|
||||||
import Link from 'next/link'
|
|
||||||
import { type DialogProps } from '@radix-ui/react-dialog'
|
import { type DialogProps } from '@radix-ui/react-dialog'
|
||||||
import { toast } from 'react-hot-toast'
|
import { toast } from 'react-hot-toast'
|
||||||
|
|
||||||
import { ServerActionResult, type Chat } from '@/lib/types'
|
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 { Button } from '@/components/ui/button'
|
||||||
import {
|
import {
|
||||||
Dialog,
|
Dialog,
|
||||||
|
|
|
||||||
|
|
@ -3,19 +3,13 @@ import Link from 'next/link'
|
||||||
|
|
||||||
import { cn } from '@/lib/utils'
|
import { cn } from '@/lib/utils'
|
||||||
import { auth } from '@/auth'
|
import { auth } from '@/auth'
|
||||||
import { clearChats } from '@/app/actions'
|
|
||||||
import { Button, buttonVariants } from '@/components/ui/button'
|
import { Button, buttonVariants } from '@/components/ui/button'
|
||||||
import { Sidebar } from '@/components/sidebar'
|
|
||||||
import { SidebarList } from '@/components/sidebar-list'
|
|
||||||
import {
|
import {
|
||||||
IconGitHub,
|
IconGitHub,
|
||||||
IconNextChat,
|
IconNextChat,
|
||||||
IconSeparator,
|
IconSeparator,
|
||||||
IconVercel
|
IconVercel
|
||||||
} from '@/components/ui/icons'
|
} from '@/components/ui/icons'
|
||||||
import { SidebarFooter } from '@/components/sidebar-footer'
|
|
||||||
import { ThemeToggle } from '@/components/theme-toggle'
|
|
||||||
import { ClearHistory } from '@/components/clear-history'
|
|
||||||
import { UserMenu } from '@/components/user-menu'
|
import { UserMenu } from '@/components/user-menu'
|
||||||
import { SidebarMobile } from './sidebar-mobile'
|
import { SidebarMobile } from './sidebar-mobile'
|
||||||
import { SidebarToggle } from './sidebar-toggle'
|
import { SidebarToggle } from './sidebar-toggle'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue