feat(web): add Knowledge Base page placeholder
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
9bd1c14d9d
commit
a3b82fb68a
1 changed files with 10 additions and 0 deletions
10
apps/web/app/(dashboard)/knowledge-base/page.tsx
Normal file
10
apps/web/app/(dashboard)/knowledge-base/page.tsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
export default function KnowledgeBasePage() {
|
||||
return (
|
||||
<div className="p-6">
|
||||
<h1 className="text-2xl font-bold">Knowledge Base</h1>
|
||||
<p className="mt-2 text-muted-foreground">
|
||||
Your team's documents and references will appear here.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue