aboutsummaryrefslogtreecommitdiff
path: root/src/components/not_found/NotFound.jsx
diff options
context:
space:
mode:
authorNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-21 15:12:56 +1100
committerNicolas James <Eele1Ephe7uZahRie@tutanota.com>2025-02-21 15:12:56 +1100
commitebabf3c6ea537d7ef53634748295cc9411ccdbaf (patch)
treee5b14929db1669d41d9cfb52e76a8b54876d10ee /src/components/not_found/NotFound.jsx
parent2e7b4983ac56b2e146df6bc23f8835d945b55997 (diff)
Fix bad React import
Diffstat (limited to 'src/components/not_found/NotFound.jsx')
-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>