Skip to content

Commit

Permalink
PNF added
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansh101112 committed Jun 10, 2024
1 parent 9fb5cdc commit b884bfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/PNF.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import React from "react";
import Navbar from "../components/Navbar";
import Footer from "../components/Footer";

const NotFoundPage = () => {
return (
Expand All @@ -22,6 +23,7 @@ const NotFoundPage = () => {
</div>
</div>
</div>
<Footer></Footer>
</>
);
};
Expand Down

0 comments on commit b884bfc

Please sign in to comment.