feat: add knowledge page

This commit is contained in:
Junyan Qin
2025-06-10 08:34:53 +08:00
parent c81d5a1a49
commit 157ffdc34c

View File

@@ -0,0 +1,5 @@
'use client';
export default function KnowledgePage() {
return <div>KnowledgePage</div>;
}