mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
fix linting
This commit is contained in:
parent
4731f350d9
commit
d6edb16ab1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function App() {
|
|||
<WatchedContextProvider>
|
||||
<BookmarkContextProvider>
|
||||
<Switch>
|
||||
<Route exact={true} path="/">
|
||||
<Route exact path="/">
|
||||
<Redirect to={`/search/${MWMediaType.MOVIE}`} />
|
||||
</Route>
|
||||
<Route exact path="/media/movie/:media" component={MediaView} />
|
||||
|
|
Loading…
Reference in a new issue