Skip to content

Commit

Permalink
[Feature] Dashboard Layout : #123: Refactor app.tsx: Remove AppNavBar…
Browse files Browse the repository at this point in the history
… and AppFooter components
  • Loading branch information
ballyalley-o committed May 5, 2024
1 parent bb7ad4c commit 1792915
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ function App() {
<BrowserRouter>
<SettingProvider>
<SnackProvider>
<AppNavBar />
<ErrorBoundary fallback={<Fallback fallbackTitle={FALLBACK.BAD_REQUEST.MESSAGE} errorCode={FALLBACK.BAD_REQUEST.CODE} />}>
<Router />
</ErrorBoundary>
<AppFooter />
</SnackProvider>
</SettingProvider>
</BrowserRouter>
Expand Down

0 comments on commit 1792915

Please sign in to comment.