diff --git a/app/routes/_index/sections/hero.jsx b/app/routes/_index/sections/hero.jsx index 6ec9194..8c26bef 100644 --- a/app/routes/_index/sections/hero.jsx +++ b/app/routes/_index/sections/hero.jsx @@ -1,6 +1,4 @@ import * as React from 'react' -// import { Button } from '@h2/new/Button' -// import { Heading, Text } from '@h2/new/Text' export default function Hero() { return ( @@ -38,11 +36,10 @@ export default function Hero() { } function Counter() { + const [clickCount, setClickCount] = React.useState(0) const renderCount = React.useRef(0) renderCount.current += 1 - const onClick = React.useCallback(()) - return (