From 4f4a60235b4e9f960fae1bca950f85ba908c7aa7 Mon Sep 17 00:00:00 2001 From: YeonV Date: Wed, 12 Feb 2025 03:11:49 +0100 Subject: [PATCH] Release 2.0.107-b7 --- src/components/Dialogs/IntroDialog.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Dialogs/IntroDialog.tsx b/src/components/Dialogs/IntroDialog.tsx index f393b68b..4c9c4799 100644 --- a/src/components/Dialogs/IntroDialog.tsx +++ b/src/components/Dialogs/IntroDialog.tsx @@ -16,7 +16,6 @@ import { ChevronLeft, ChevronRight } from '@mui/icons-material' -import { useNavigate } from 'react-router-dom' import useStore from '../../store/useStore' import logoCircle from '../../icons/png/128x128.png' import banner from '../../icons/png/banner.png' @@ -33,7 +32,6 @@ export default function IntroDialog({ scanning, setScanning }: any) { - const navigate = useNavigate() const intro = useStore((state) => state.intro) const devices = useStore((state) => state.devices) const openRgbDevices = useStore((state) => state.openRgbDevices)