rename tape to options and switch the web shell to a drawer
This commit is contained in:
parent
f056f6d2b8
commit
7ca0e05a2d
10 changed files with 916 additions and 154 deletions
7
apps/web/app/options/page.tsx
Normal file
7
apps/web/app/options/page.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { OptionsRoute } from "../terminal";
|
||||
|
||||
export const dynamic = "force-dynamic";
|
||||
|
||||
export default function Page() {
|
||||
return <OptionsRoute />;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue