Skip to content

Commit

Permalink
Release 2.0.107-b7
Browse files Browse the repository at this point in the history
  • Loading branch information
YeonV committed Feb 12, 2025
1 parent 95c2d64 commit 4f4a602
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Dialogs/IntroDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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)
Expand Down

0 comments on commit 4f4a602

Please sign in to comment.