This commit is contained in:
Lee 2023-03-21 15:50:29 +00:00
commit 4c66a1a0a4
4 changed files with 2525 additions and 9076 deletions

6673
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -32,7 +32,7 @@
"@types/node": "^18.11.18", "@types/node": "^18.11.18",
"@types/react": "^18.0.27", "@types/react": "^18.0.27",
"@types/websocket": "^1.0.5", "@types/websocket": "^1.0.5",
"eslint": "8.32.0", "eslint": "8.33.0",
"eslint-config-next": "13.1.6", "eslint-config-next": "13.1.6",
"typescript": "^4.9.4" "typescript": "^4.9.4"
} }

@ -191,6 +191,15 @@ export default class Home extends Component {
<Card> <Card>
<Card.Body> <Card.Body>
<Spacer y={1.2} /> <Spacer y={1.2} />
<Text>
How to use{" "}
<span>
<a href="https://www.youtube.com/watch?v=IjctLf1nX8w">
Tutorial
</a>
</span>
</Text>
<Spacer y={1.2} />
<Input <Input
underlined underlined

4917
yarn.lock

File diff suppressed because it is too large Load Diff