-
diff --git a/src/components/cstb/ForceQuit.tsx b/src/components/cstb/ForceQuit.tsx
index ae3fade..ad927c4 100644
--- a/src/components/cstb/ForceQuit.tsx
+++ b/src/components/cstb/ForceQuit.tsx
@@ -1,6 +1,7 @@
import { Power } 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"
const ForceQuit = () => {
return (
@@ -12,20 +13,26 @@ const ForceQuit = () => {