Skip to content

Commit

Permalink
fix: issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitroy-github committed Jun 26, 2024
1 parent 4101cca commit c76c1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/404/Notfound.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import "./NotFound.scss";
import "../../components/shared/button/Button.scss";
import {Link} from "react-router-dom";

const NotFound = () => {
function NotFound() {
return (
<div className="pageNotFound__container">
<div className="row">OMG</div>
Expand All @@ -15,7 +15,7 @@ const NotFound = () => {
</div>
</div>
);
};
}

export default NotFound;

Expand Down

0 comments on commit c76c1e4

Please sign in to comment.