Skip to content

Commit

Permalink
refactor: remove unused AppNavBar and AppFooter components from app.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ballyalley-o committed May 7, 2024
1 parent 82dc171 commit d6957ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Fragment, useEffect } from 'react'
import { BrowserRouter } from 'react-router-dom'
import { HelmetProvider } from 'react-helmet-async'
import { AppNavBar, AppFooter } from 'component'
import { Fallback } from 'page'
import { AuthProvider } from 'auth/auth-provider'
import { SettingProvider } from 'component/setting'
Expand Down

0 comments on commit d6957ae

Please sign in to comment.