From 55bb2c78839d953498b25162cf652cf4ecc747a3 Mon Sep 17 00:00:00 2001 From: ngc2207 Date: Tue, 12 Nov 2024 15:29:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=89=87=E6=AE=B5=E6=9C=AA=E6=89=BE=E5=88=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/snippets/[id]/not-found.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/app/snippets/[id]/not-found.tsx diff --git a/src/app/snippets/[id]/not-found.tsx b/src/app/snippets/[id]/not-found.tsx new file mode 100644 index 0000000..34f0921 --- /dev/null +++ b/src/app/snippets/[id]/not-found.tsx @@ -0,0 +1,9 @@ +export default function SnippetNotFound() { + return ( +
+

+ Sorry, but we couldn't find that particular snippet +

+
+ ); +}