feat: add first version of workbench, increase token limit, improve system prompt
This commit is contained in:
9
packages/bolt/app/components/workbench/FileTreePanel.tsx
Normal file
9
packages/bolt/app/components/workbench/FileTreePanel.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { FileTree } from './FileTree';
|
||||
|
||||
export function FileTreePanel() {
|
||||
return (
|
||||
<div className="border-r h-full p-4">
|
||||
<FileTree />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user