This commit is contained in:
parent
804091ac89
commit
59beb26d94
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue