mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +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>
|
<WatchedContextProvider>
|
||||||
<BookmarkContextProvider>
|
<BookmarkContextProvider>
|
||||||
<Switch>
|
<Switch>
|
||||||
<Route exact={true} path="/">
|
<Route exact path="/">
|
||||||
<Redirect to={`/search/${MWMediaType.MOVIE}`} />
|
<Redirect to={`/search/${MWMediaType.MOVIE}`} />
|
||||||
</Route>
|
</Route>
|
||||||
<Route exact path="/media/movie/:media" component={MediaView} />
|
<Route exact path="/media/movie/:media" component={MediaView} />
|
||||||
|
|
Loading…
Reference in a new issue