From ebabf3c6ea537d7ef53634748295cc9411ccdbaf Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Fri, 21 Feb 2025 15:12:56 +1100 Subject: Fix bad React import --- src/components/not_found/NotFound.jsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/not_found/NotFound.jsx') 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 (
Not Found!
-- cgit v1.2.3