feat: 添加代码片段未找到页面

This commit is contained in:
ngc2207 2024-11-12 15:29:05 +08:00
parent 60b57ded7f
commit 55bb2c7883

View File

@ -0,0 +1,9 @@
export default function SnippetNotFound() {
return (
<div>
<h1 className="text-xl font-bold">
Sorry, but we couldn&apos;t find that particular snippet
</h1>
</div>
);
}