🐛 Fixed syntax error and hydration errors.

This commit is contained in:
sid
2024-10-26 11:53:23 +01:00
parent 8ec33644e0
commit 1d6058c2ae
6 changed files with 29 additions and 34 deletions

View File

@@ -4,20 +4,12 @@ import { Button } from '@/components/ui/button';
import {
Card,
CardContent,
CardDescription,
CardFooter,
CardHeader,
CardTitle,
} from '@/components/ui/card';
import { Input } from '@/components/ui/input';
import { Label } from '@/components/ui/label';
import {
Select,
SelectContent,
SelectItem,
SelectTrigger,
SelectValue,
} from '@/components/ui/select';
import { motion } from 'framer-motion';
// Dark theme and animation setup