mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-22 02:07:13 +00:00
feat(fe): component for available apis
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { useEffect, useState } from 'react';
|
||||
|
||||
export default function KBDoc({ kbId }: { kbId: string }) {
|
||||
return <div>Documents</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user