Skip to content

Commit

Permalink
lesson guide
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Aug 30, 2024
1 parent 0416c96 commit 94ca9d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
// 1. Install Material UI (https://next.mui.com/material-ui/getting-started/installation/)

// 2. Import the Button component from Material UI (https://next.mui.com/material-ui/react-button/)

function App() {
// 3. Render the button (https://next.mui.com/material-ui/react-button/#basic-button)
return <>Hello</>;
}

Expand Down

0 comments on commit 94ca9d7

Please sign in to comment.