refactor terminal workspace ui
This commit is contained in:
parent
a82db56ab6
commit
b6d83663d3
8 changed files with 5035 additions and 4559 deletions
5
apps/web/app/tape/page.tsx
Normal file
5
apps/web/app/tape/page.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { TapeRoute } from "../terminal";
|
||||
|
||||
export default function Page() {
|
||||
return <TapeRoute />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue