remove unused import
This commit is contained in:
parent
ec03a66dd7
commit
da0875c0f7
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { Search } from 'lucide-vue-next'
|
||||||
import { Input } from '@/components/ui/input'
|
import { Input } from '@/components/ui/input'
|
||||||
import { Button } from '@/components/ui/button'
|
import { Button } from '@/components/ui/button'
|
||||||
|
|
||||||
const props = defineProps<{
|
defineProps<{
|
||||||
category: string
|
category: string
|
||||||
search: string
|
search: string
|
||||||
}>()
|
}>()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue