Skip to content

Commit

Permalink
remove boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jul 24, 2024
1 parent cd04f81 commit a4660f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/workspace/cli.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export default function Cli() {
const deploy = useDeploy();
const getResult = useTransactionResult();
const commands = {
whoami: "jackharper",
cd: (directory: string) => `changed path to ${directory}`,
help: () => (
<div>
<p>These are the available commands:</p>
Expand Down

0 comments on commit a4660f7

Please sign in to comment.