Skip to content

Commit

Permalink
chore: fix react warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Aug 8, 2022
1 parent 63741b8 commit 5b0cf05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useState } from 'react';

export default function () {
export default function Counter() {
const [count, setCount] = useState(0);
return (
<div>
Expand Down

0 comments on commit 5b0cf05

Please sign in to comment.