diff options
Diffstat (limited to 'src/components/not_found')
| -rw-r--r-- | src/components/not_found/NotFound.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/not_found/NotFound.jsx b/src/components/not_found/NotFound.jsx index 71ed075..cbc3ab3 100644 --- a/src/components/not_found/NotFound.jsx +++ b/src/components/not_found/NotFound.jsx @@ -1,6 +1,5 @@ import React from "react"; - export default function NotFound() { return ( <div>Not Found!</div> |
