[chore] remove unusable files

This commit is contained in:
Purp1e
2025-03-12 22:20:06 +08:00
parent a78b63259a
commit 71858e5fec
21 changed files with 142 additions and 326 deletions

View File

@@ -1,10 +1,9 @@
"use client"
import { appStore } from "@/store/app"
import { useEffect } from "react"
import { useSnapshot } from "valtio"
export default function Page() {
appStore.start()
void appStore.start()
const app = useSnapshot(appStore.state)
return (

View File

@@ -7,6 +7,7 @@ import {
CardTool,
} from "@/components/window/Card"
import { ToolButton } from "@/components/window/ToolButton"
import { cn } from "@heroui/react"
import {
AssemblyLine,
HardDisk,
@@ -14,7 +15,6 @@ import {
UploadOne,
Videocamera,
} from "@icon-park/react"
import { cn } from "@heroui/react"
import { usePathname, useRouter } from "next/navigation"
// import { platform } from "@tauri-apps/plugin-os"

View File

@@ -1,10 +1,9 @@
"use client"
import { currentUser, steamStore } from "@/store/steam"
import { useEffect } from "react"
import { useSnapshot } from "valtio"
export default function Page() {
steamStore.start()
void steamStore.start()
const steam = useSnapshot(steamStore.state)
return (