From f92fc6719c1094a938e364fb860dd2b796bc5077 Mon Sep 17 00:00:00 2001
From: Purp1e <47248616+Purple-CSGO@users.noreply.github.com>
Date: Fri, 21 Mar 2025 18:36:12 +0800
Subject: [PATCH] [fix] path and building error
---
src/components/cstb/FastLaunch.tsx | 9 ++++-----
src/store/steam.ts | 2 +-
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/src/components/cstb/FastLaunch.tsx b/src/components/cstb/FastLaunch.tsx
index 0aa7a18..3037fb9 100644
--- a/src/components/cstb/FastLaunch.tsx
+++ b/src/components/cstb/FastLaunch.tsx
@@ -4,7 +4,6 @@ import { TakeOff } from "@icon-park/react"
import { invoke } from "@tauri-apps/api/core"
import { Card, CardBody, CardHeader, CardIcon } from "../window/Card"
import { addToast, Button } from "@heroui/react"
-import { title } from "process"
const FastLaunch = () => {
const steam = useSteamStore()
@@ -21,8 +20,8 @@ const FastLaunch = () => {