mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
Generated by Spark: Fix all reported errors.
This commit is contained in:
14
src/App.tsx
14
src/App.tsx
@@ -191,13 +191,6 @@ function AppLayout() {
|
||||
|
||||
return (
|
||||
<SidebarProvider defaultOpen={true}>
|
||||
<Suspense fallback={<div className="h-1 bg-primary animate-pulse" />}>
|
||||
<PWAStatusBar />
|
||||
</Suspense>
|
||||
<Suspense fallback={null}>
|
||||
<PWAUpdatePrompt />
|
||||
</Suspense>
|
||||
|
||||
<NavigationMenu
|
||||
activeTab={currentPage}
|
||||
onTabChange={navigateToPage}
|
||||
@@ -206,6 +199,13 @@ function AppLayout() {
|
||||
/>
|
||||
|
||||
<SidebarInset>
|
||||
<Suspense fallback={<div className="h-1 bg-primary animate-pulse" />}>
|
||||
<PWAStatusBar />
|
||||
</Suspense>
|
||||
<Suspense fallback={null}>
|
||||
<PWAUpdatePrompt />
|
||||
</Suspense>
|
||||
|
||||
<div className="h-screen flex flex-col bg-background">
|
||||
<AppHeader
|
||||
activeTab={currentPage}
|
||||
|
||||
Reference in New Issue
Block a user