add main menu navigation and door lock charges page

This commit is contained in:
Bilal Catic
2019-05-27 14:39:22 +02:00
parent c67b203bec
commit ed457e470f
9 changed files with 145 additions and 4 deletions

View File

@@ -1,8 +1,11 @@
import React from 'react';
import MainMenu from "../../components/MainMenu";
export default function NotFound () {
return (
<div>
<MainMenu/>
<hr />
<h1>Page not found</h1>
</div>
);