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 = () => {