refactored Navbar component
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import React from 'react';
|
||||
|
||||
export default function NotFound() {
|
||||
const NotFound = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>NOT FOUND</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default NotFound
|
||||
Reference in New Issue
Block a user