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