-
- );
+ )
};
export default FastLaunch;
diff --git a/src/components/cstb/ForceQuit.tsx b/src/components/cstb/ForceQuit.tsx
index 2e5764e..f4d634b 100644
--- a/src/components/cstb/ForceQuit.tsx
+++ b/src/components/cstb/ForceQuit.tsx
@@ -1,5 +1,6 @@
import { Power } from "@icon-park/react";
import { Card, CardHeader, CardIcon, CardBody } from "../window/Card";
+import { invoke } from "@tauri-apps/api/core";
const ForceQuit = () => {
return (
@@ -11,8 +12,8 @@ const ForceQuit = () => {