From 364452590b9c088866b699532243f2d5451f058c Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Thu, 4 Jan 2024 10:49:35 +0200 Subject: [PATCH] fix: remove connect device route --- src/App.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 75fa5b92..e8ccefe2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,7 +9,6 @@ import { useSelector } from 'react-redux' import config from '../tamagui.config' import LandingPage from './pages/LandingPage/LandingPage' import DeviceHealthCheck from './pages/DeviceHealthCheck/DeviceHealthCheck' -import ConnectDevicePage from './pages/ConnectDevicePage/ConnectDevicePage' import { RootState } from './redux/store' import DeviceSyncStatus from './pages/DeviceSyncStatus/DeviceSyncStatus' import PairDevice from './pages/PairDevice/PairDevice' @@ -46,10 +45,6 @@ const router = createBrowserRouter([ path: '/device-health-check', element: , }, - { - path: '/connect-device', - element: , - }, { path: '/device-sync-status', element: ,