refactor terminal workspace ui

This commit is contained in:
Kellan Drucquer 2026-03-28 23:54:01 -04:00
parent a82db56ab6
commit b6d83663d3
8 changed files with 5035 additions and 4559 deletions

View file

@ -0,0 +1,5 @@
import { TapeRoute } from "../terminal";
export default function Page() {
return <TapeRoute />;
}