[chore] remove unused imports

This commit is contained in:
Purp1e
2025-03-23 23:56:05 +08:00
parent e47e3d634b
commit 18193fd324

View File

@@ -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()