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 +

+
+ ); +}