From d57715a8257f9396da75b95c45bf3c04624bdb63 Mon Sep 17 00:00:00 2001 From: log101 Date: Tue, 6 Feb 2024 21:21:37 +0300 Subject: [PATCH] fix: checkbox is broken on the client side --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';
-