diff --git a/app/profile-creator/page.tsx b/app/profile-creator/page.tsx index cfc78915..710bfc08 100644 --- a/app/profile-creator/page.tsx +++ b/app/profile-creator/page.tsx @@ -228,7 +228,6 @@ export default function ProfileCreatorPage() { import { Avatar, AvatarFallback, AvatarImage } from "@/components/ui/8bit/avatar"; import { Badge } from "@/components/ui/8bit/badge"; import { Card, CardContent, CardFooter, CardHeader, CardTitle } from "@/components/ui/8bit/card"; -import { Button } from "@/components/ui/8bit/button"; function getInitials(name: string) { if (!name) return "?";