Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed May 21, 2024
1 parent 1b3a954 commit 3066ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/404/Notfound.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";

const Notfound = () => {
return <div>Notfound</div>;
return <div>Notfound24</div>;
};

export default Notfound;

0 comments on commit 3066ea3

Please sign in to comment.