chore: remove unnecessary imports

This commit is contained in:
Louis 2025-05-20 09:42:34 +07:00
parent cbad4396cd
commit 9047d0df4f
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ import {
import { Button } from '@/components/ui/button'
import { Input } from '@/components/ui/input'
import { IconPlus, IconTrash, IconChevronDown } from '@tabler/icons-react'
import { Assistant } from '@/hooks/useAssistant'
import { Textarea } from '@/components/ui/textarea'
import {

View File

@ -3,7 +3,6 @@ import { route } from '@/constants/routes'
import { useState } from 'react'
import { useAssistant } from '@/hooks/useAssistant'
import type { Assistant } from '@/hooks/useAssistant'
import HeaderPage from '@/containers/HeaderPage'
import { IconCirclePlus, IconPencil, IconTrash } from '@tabler/icons-react'