This commit is contained in:
hailin 2025-04-18 01:19:28 +08:00
parent 804091ac89
commit 59beb26d94
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
"use client" "use client"
import { useEffect, useState } from "react"
import { ChatbotUISVG } from "@/components/icons/chatbotui-svg" import { ChatbotUISVG } from "@/components/icons/chatbotui-svg"
import { IconArrowRight } from "@tabler/icons-react" import { IconArrowRight } from "@tabler/icons-react"
import { useTheme } from "next-themes" import { useTheme } from "next-themes"
@ -23,7 +24,7 @@ export default function HomePage() {
setPreferredLanguage(languageFromStorage); setPreferredLanguage(languageFromStorage);
} }
}, []); }, []);
return ( return (
<div className="flex size-full flex-col items-center justify-center relative"> <div className="flex size-full flex-col items-center justify-center relative">