This commit is contained in:
parent
804091ac89
commit
59beb26d94
|
|
@ -1,5 +1,6 @@
|
|||
"use client"
|
||||
|
||||
import { useEffect, useState } from "react"
|
||||
import { ChatbotUISVG } from "@/components/icons/chatbotui-svg"
|
||||
import { IconArrowRight } from "@tabler/icons-react"
|
||||
import { useTheme } from "next-themes"
|
||||
|
|
@ -23,7 +24,7 @@ export default function HomePage() {
|
|||
setPreferredLanguage(languageFromStorage);
|
||||
}
|
||||
}, []);
|
||||
|
||||
|
||||
return (
|
||||
<div className="flex size-full flex-col items-center justify-center relative">
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue