From bf46b5a35cd533dc45c1b965a2a510a44a31de23 Mon Sep 17 00:00:00 2001 From: GerardoFJ Date: Sun, 9 Feb 2025 17:00:23 -0600 Subject: [PATCH] Update for build --- components/welcome.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/components/welcome.tsx b/components/welcome.tsx index f9d8d5b..ebbe7e8 100644 --- a/components/welcome.tsx +++ b/components/welcome.tsx @@ -1,10 +1,9 @@ "use client" -import { Tangerine } from "next/font/google"; -import Image from 'next/image'; +import { Tangerine } from "next/font/google" +import Image from 'next/image' import { useState } from "react" -import Link from 'next/link'; -import styles from './/font.module.css'; +import styles from './/font.module.css' import { useSession } from "next-auth/react" import { Button } from "@/components/ui/button" import { PrivacyPopup } from "./PrivacyPopup"