Skip to content

Commit

Permalink
Merge pull request #122 from dvjsharma/fix/preloader
Browse files Browse the repository at this point in the history
fix: Fixed preloader bad import
  • Loading branch information
dvjsharma authored Jul 9, 2024
2 parents a048d37 + 07d6ebc commit 9076625
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/src/components/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import Navbar from "./Navbar/navbar";
import { Outlet } from "react-router-dom";
import Footer from "./Footer";
import Preloader from "./preloader/Preloader";
import Preloader from "./Preloader/Preloader";

const Layout = () => {
return (
Expand Down

0 comments on commit 9076625

Please sign in to comment.