В
Size: a a a
В
В
В
В
В
В
В
p
p
const Routes = () => (
<>
<Router>
<Header />
<Switch>
<Route exact path="/" component={Main} />
<Route path="/:movieId" component={Movie} />
<Route component={NotFound} />
</Switch>
</Router>
</>
)
p
В
В
В
В

В

p
В
p
p
В