From 2487b1ce30c1e0875296116d74dd6d8fba67731a Mon Sep 17 00:00:00 2001 From: Anders Langseth Date: Fri, 22 Sep 2023 20:00:11 +0200 Subject: [PATCH] chore: not fond -> not found --- examples/sb-theme-example/src/pages/404.tsx | 4 ++-- examples/ui-theme-example/src/pages/404.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/sb-theme-example/src/pages/404.tsx b/examples/sb-theme-example/src/pages/404.tsx index 209cd25..dbf20ec 100644 --- a/examples/sb-theme-example/src/pages/404.tsx +++ b/examples/sb-theme-example/src/pages/404.tsx @@ -1,6 +1,6 @@ import React from 'react' -const NotFond = () => { +const NotFound = () => { return ( <>

404

@@ -8,4 +8,4 @@ const NotFond = () => { ) } -export default NotFond +export default NotFound diff --git a/examples/ui-theme-example/src/pages/404.tsx b/examples/ui-theme-example/src/pages/404.tsx index 209cd25..dbf20ec 100644 --- a/examples/ui-theme-example/src/pages/404.tsx +++ b/examples/ui-theme-example/src/pages/404.tsx @@ -1,6 +1,6 @@ import React from 'react' -const NotFond = () => { +const NotFound = () => { return ( <>

404

@@ -8,4 +8,4 @@ const NotFond = () => { ) } -export default NotFond +export default NotFound