aboutsummaryrefslogtreecommitdiff
path: root/src/components/not_found
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/not_found')
-rw-r--r--src/components/not_found/NotFound.jsx1
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>