mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Migrate Movies
This commit is contained in:
parent
122c4ae600
commit
479c53eb8b
21 changed files with 1713 additions and 7 deletions
|
@ -11,6 +11,7 @@ import UserPassword from './user/userpassword';
|
|||
import UserProfile from './user/userprofile';
|
||||
import UserProfiles from './user/userprofiles';
|
||||
import Home from './home';
|
||||
import Movies from './movies';
|
||||
|
||||
const AppRoutes = () => (
|
||||
<Routes>
|
||||
|
@ -20,6 +21,7 @@ const AppRoutes = () => (
|
|||
<Route path='search.html' element={<Search />} />
|
||||
<Route path='userprofile.html' element={<UserProfile />} />
|
||||
<Route path='home.html' element={<Home />} />
|
||||
<Route path='movies.html' element={<Movies />} />
|
||||
</Route>
|
||||
|
||||
{/* Admin routes */}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue