From 7e3dc4ace4c6b21bc68264dc76c8c442aec8031a Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Mon, 8 May 2023 14:45:55 -0600 Subject: standardize component structure more --- app/not-found.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'app/not-found.tsx') diff --git a/app/not-found.tsx b/app/not-found.tsx index 44753b0..b3a0fd4 100644 --- a/app/not-found.tsx +++ b/app/not-found.tsx @@ -1,12 +1,14 @@ +import InfoBar from "~/components/InfoBar/" + export default function NotFound() { return ( <>

Not Found (404)

- +

Feel free to start again from the home page, or -- cgit 1.4.1