mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-25 19:37:36 +08:00
feat: add knowledge page
This commit is contained in:
5
web/src/app/home/knowledge/page.tsx
Normal file
5
web/src/app/home/knowledge/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
'use client';
|
||||
|
||||
export default function KnowledgePage() {
|
||||
return <div>KnowledgePage</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user