diff --git a/src/pages/index.astro b/src/pages/index.astro index c98bb03..fee822e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,7 +10,6 @@ import { Input } from '@/components/ui/input'; import { Textarea } from '@/components/ui/textarea'; import { ReloadIcon } from '@radix-ui/react-icons'; import { Label } from '@/components/ui/label'; -import { Checkbox } from '@/components/ui/checkbox'; --- @@ -134,7 +133,8 @@ import { Checkbox } from '@/components/ui/checkbox';
-