Skip to content

Commit

Permalink
Update test.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Jan 23, 2023
1 parent d00454e commit d7937a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ showtoc: true
---
## Test

```jsx live
```js
function Clock(props) {
const [date, setDate] = useState(new Date());
useEffect(() => {
Expand Down

0 comments on commit d7937a4

Please sign in to comment.