From 869d90549d17c8e7876d08745057aa3e5eb05887 Mon Sep 17 00:00:00 2001 From: vitalijmulika Date: Wed, 29 Apr 2026 13:46:47 +0300 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/pages/Contact.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/Contact.tsx b/src/pages/Contact.tsx index f187f45..8e861d7 100644 --- a/src/pages/Contact.tsx +++ b/src/pages/Contact.tsx @@ -1,10 +1,10 @@ -import { Card } from "@/components/ui/Card"; -import { Input } from "@/components/ui/Input"; -import { Textarea } from "@/components/ui/Textarea"; -import { Button } from "@/components/ui/Button"; -import { Label } from "@/components/ui/Label"; +import Card from "@/components/ui/Card"; +import Input from "@/components/ui/Input"; +import Textarea from "@/components/ui/Textarea"; +import Button from "@/components/ui/Button"; +import Label from "@/components/ui/Label"; import GridLinesBackground from "@/components/ui/GridLinesBackground"; -import { TextAnimation } from "@/components/ui/TextAnimation"; +import TextAnimation from "@/components/ui/TextAnimation"; export default function Contact() { return (