Bob AI: fix build errors (attempt 1)
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user