Skip to content

Commit

Permalink
add loader
Browse files Browse the repository at this point in the history
  • Loading branch information
QuvonchbekBobojonov committed Mar 7, 2024
1 parent dadd627 commit 8bebe0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Contact from "./components/contact"
import Home from "./components/home"
import LeftSidebar from "./components/left-sidebar"
import LeftSidebarMobile from "./components/left-sidebar-mobile"
// import PageLoader from "./components/page-loader"
import PageLoader from "./components/page-loader"
import Portfolio from "./components/portfolio"
// import Pricing from "./components/pricing"
import Resume from "./components/resume"
Expand Down Expand Up @@ -85,7 +85,7 @@ function App() {

<BodyOverlay />

{/*<PageLoader />*/}
<PageLoader />

<SidebarMenu />

Expand Down

0 comments on commit 8bebe0c

Please sign in to comment.