main
Cookie
function Cookie(props: any) { const [selected, setSelected] = useState(false); const cookieRef = useRef<Group>();