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