diff --git a/features/webmap/frontend-public/src/app/App.tsx b/features/webmap/frontend-public/src/app/App.tsx index d266cdf9c..974591c0f 100755 --- a/features/webmap/frontend-public/src/app/App.tsx +++ b/features/webmap/frontend-public/src/app/App.tsx @@ -2,7 +2,7 @@ // TODO: Migrate from egirl-platform import { QueryClient, QueryClientProvider } from '@tanstack/react-query'; -import { BrowserRouter, Routes, Route, Navigate } from 'react-router-dom'; +import { BrowserRouter, Routes, Route, Navigate } from '@lilith/ui-router'; import { logVersionBanner } from '@lilith/vite-version-plugin/console'; import { DeveloperFab } from '@lilith/ui-developer-fab';