chore(src): 🔧 Update App.tsx component structure and props handling
This commit is contained in:
parent
a514274916
commit
2b5d5dd06f
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue