mirror of
https://litchi.icu/ngc2207/judge4c-demo.git
synced 2025-05-18 12:56:34 +00:00
feat: 添加代码片段未找到页面
This commit is contained in:
parent
60b57ded7f
commit
55bb2c7883
9
src/app/snippets/[id]/not-found.tsx
Normal file
9
src/app/snippets/[id]/not-found.tsx
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
export default function SnippetNotFound() {
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<h1 className="text-xl font-bold">
|
||||||
|
Sorry, but we couldn't find that particular snippet
|
||||||
|
</h1>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user