fix:merge conflicts
This commit is contained in:
commit
48d3cfcd3e
1 changed files with 0 additions and 8 deletions
|
|
@ -1,14 +1,8 @@
|
|||
/**
|
||||
* App.tsx
|
||||
<<<<<<< HEAD
|
||||
*
|
||||
* Haupt-App-Komponente mit Multi-Tenant Router-Setup.
|
||||
*
|
||||
=======
|
||||
*
|
||||
* Haupt-App-Komponente mit Multi-Tenant Router-Setup.
|
||||
*
|
||||
>>>>>>> 845094a (feat(realestate): PEK map and address UI, realestate views, feature-instance routes)
|
||||
* URL-Struktur:
|
||||
* - / → Dashboard/Übersicht
|
||||
* - /settings → Benutzer-Einstellungen
|
||||
|
|
@ -36,8 +30,6 @@ import { ProtectedRoute } from './providers/auth/ProtectedRoute';
|
|||
import { LanguageProvider } from './providers/language/LanguageContext';
|
||||
import { ToastProvider } from './contexts/ToastContext';
|
||||
import { WorkflowSelectionProvider } from './contexts/WorkflowSelectionContext';
|
||||
import { FileProvider } from './contexts/FileContext';
|
||||
|
||||
import { MainLayout } from './layouts/MainLayout';
|
||||
import { FeatureLayout } from './layouts/FeatureLayout';
|
||||
import { DashboardPage } from './pages/Dashboard';
|
||||
|
|
|
|||
Loading…
Reference in a new issue