diff --git a/beta/src/components/Layout/HomeContent.tsx b/beta/src/components/Layout/HomeContent.tsx index 7c050c8f4..8f522409e 100644 --- a/beta/src/components/Layout/HomeContent.tsx +++ b/beta/src/components/Layout/HomeContent.tsx @@ -2,6 +2,7 @@ * Copyright (c) Facebook, Inc. and its affiliates. */ +import {useState} from 'react'; import ButtonLink from '../ButtonLink'; import {Logo} from 'components/Logo'; import Link from 'next/link'; @@ -422,8 +423,11 @@ export function HomeContent() { } function Example() { + const [hover, setHover] = useState(false); return (