What if you add a route without exact like
<Switch>
<Route path="/" exact component={Home} />
<Route path="/film" component={Films} />
<Route path="/tv" component={TVseries} />
</Switch>
this may explicitly match home