I see this error with the app, reported by NextJS, please fix it. The er
This commit is contained in:
parent
c73407b0fd
commit
606d2adb96
|
|
@ -10,7 +10,7 @@ import { Textarea } from '@/components/ui/textarea';
|
|||
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@/components/ui/select';
|
||||
import { Checkbox } from '@/components/ui/checkbox';
|
||||
import { useToast } from '@/hooks/use-toast';
|
||||
import { ToyBrick, UploadCloud, Save } from 'lucide-react';
|
||||
import { ToyBrick, UploadCloud, Save, PlusCircle, Trash2 } from 'lucide-react';
|
||||
import type { Toy } from '@/types';
|
||||
|
||||
const toyCategories = ["Educational", "Vehicles", "Electronics", "Plush Toys", "Musical", "Outdoor", "Board Games", "Action Figures", "Dolls", "Puzzles", "Arts & Crafts", "Building Blocks"];
|
||||
|
|
|
|||
Loading…
Reference in New Issue