[chore] remove unused imports
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
"use client"
|
"use client"
|
||||||
import { useAppStore } from "@/store/app"
|
import { useAppStore } from "@/store/app"
|
||||||
import { Switch } from "@heroui/react"
|
import { Switch } from "@heroui/react"
|
||||||
import { isEnabled } from "@tauri-apps/plugin-autostart"
|
|
||||||
import { useEffect } from "react"
|
|
||||||
|
|
||||||
export default function Page() {
|
export default function Page() {
|
||||||
const app = useAppStore()
|
const app = useAppStore()
|
||||||
|
|||||||
Reference in New Issue
Block a user