extracted terminal to a widget

This commit is contained in:
2026-02-17 18:46:18 +00:00
parent c6999ea66f
commit 0746844d6f
98 changed files with 487 additions and 3513 deletions
@@ -0,0 +1,5 @@
import { TerminalView } from 'widgets/TerminalView';
export const Terminal = () => {
return <TerminalView className="h-full w-full p-2" />;
};