Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
NeerajaGurram authored Jun 4, 2024
1 parent b2c3114 commit fcb074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "../styles/global.css";
import {NextAuthProvider} from "../app/provider"
import Navbar from "@/components/Navbar/page";
import Footer from "@/components/Footer/page";
import Preloader from "@/components/Preloader/page";
import Preloader from "@/components/Navbar/preloader";

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

Expand Down

0 comments on commit fcb074c

Please sign in to comment.