mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-18 02:16:07 +00:00
feat: add knowledge page
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
'use client';
|
||||||
|
|
||||||
|
export default function KnowledgePage() {
|
||||||
|
return <div>KnowledgePage</div>;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user