/workspaces refactor

This commit is contained in:
2026-02-19 16:07:00 +00:00
parent 4dde3aec66
commit 9870fa7ae8
21 changed files with 716 additions and 227 deletions
@@ -1,5 +0,0 @@
import { TerminalView } from 'apps/Terminal';
export const Terminal = () => {
return <TerminalView className="h-full w-full p-2" />;
};