|
|
|
@ -1,6 +1,5 @@ |
|
|
|
import { DeviceWrapper } from "@app/DeviceWrapper.tsx"; |
|
|
|
import { PageRouter } from "@app/PageRouter.tsx"; |
|
|
|
import { CommandPalette } from "@components/CommandPalette.tsx"; |
|
|
|
import { DeviceSelector } from "@components/DeviceSelector.tsx"; |
|
|
|
import { DialogManager } from "@components/Dialog/DialogManager.tsx"; |
|
|
|
import { NewDeviceDialog } from "@components/Dialog/NewDeviceDialog.tsx"; |
|
|
|
@ -14,6 +13,7 @@ import type { JSX } from "react"; |
|
|
|
import { ErrorBoundary } from "react-error-boundary"; |
|
|
|
import { ErrorPage } from "@components/UI/ErrorPage.tsx"; |
|
|
|
import { MapProvider } from "react-map-gl/maplibre"; |
|
|
|
import { CommandPalette } from "@components/CommandPalette/index.tsx"; |
|
|
|
|
|
|
|
|
|
|
|
export const App = (): JSX.Element => { |
|
|
|
|