Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlemaire committed Mar 11, 2024
1 parent 80a62e7 commit edb73eb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ import { Suspense, lazy } from 'react'

import ThemeContext from './contexts/ThemeContext'

// import NavBar from './components/NavBar'
// import Header from './components/sections/Header'
// import About from './components/sections/About'
// import Experience from './components/sections/Experience'
// import Projects from './components/sections/Projects'
// import Contact from './components/sections/Contact'
// import Footer from './components/sections/Footer'

const NavBar = lazy(() => import('./components/NavBar'))
const Header = lazy(() => import('./components/sections/Header'))
const About = lazy(() => import('./components/sections/About'))
Expand Down

0 comments on commit edb73eb

Please sign in to comment.