import {useState} from 'react' const TheaterPage = () => { const [state, setState] = useState(0) return (