Skip to content

Commit

Permalink
Update for build
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardoFJ committed Feb 9, 2025
1 parent 1d43ad3 commit bf46b5a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions components/welcome.tsx
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit bf46b5a

Please sign in to comment.