Skip to content

Commit

Permalink
Update layout.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MastanSayyad committed Jun 25, 2024
1 parent 7904f13 commit 2315754
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website3.0/src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import "./globals.css";
import Loader from "@components/Loader";
import Header from "@components/Header";
import Footer from "@components/Footer";
import ScrollProgressBar from "./ProgressBar/progress";

const inter = Inter({ subsets: ["latin"] });

export const metadata = {
Expand All @@ -21,6 +23,7 @@ export default function RootLayout({ children }) {
<Header />
{children}
<Footer />
<ScrollProgressBar />
</body>
</html>
);
Expand Down

0 comments on commit 2315754

Please sign in to comment.