From eecd6dc506abc4b203c4150e113f76a161d4f00b Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Mon, 8 Jun 2026 16:30:56 +0300 Subject: [PATCH] fix: compile issues --- src/components/views/SetupView.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/views/SetupView.tsx b/src/components/views/SetupView.tsx index 070ea64..255c228 100644 --- a/src/components/views/SetupView.tsx +++ b/src/components/views/SetupView.tsx @@ -1,5 +1,4 @@ import { useState, useEffect } from "react"; -import { motion, AnimatePresence } from "framer-motion"; import { TauriService, Runner } from "../../services/TauriService"; import { usePlatform } from "../../hooks/usePlatform"; import { useConfig, useAudio } from "../../context/LauncherContext";