mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
migrate Home Page
This commit is contained in:
parent
3f94db1af8
commit
4699e9de60
7 changed files with 187 additions and 202 deletions
|
@ -10,6 +10,7 @@ import UserParentalControl from './user/userparentalcontrol';
|
|||
import UserPassword from './user/userpassword';
|
||||
import UserProfile from './user/userprofile';
|
||||
import UserProfiles from './user/userprofiles';
|
||||
import Home from './home';
|
||||
|
||||
const AppRoutes = () => (
|
||||
<Routes>
|
||||
|
@ -18,6 +19,7 @@ const AppRoutes = () => (
|
|||
<Route path='/' element={<ConnectionRequired />}>
|
||||
<Route path='search.html' element={<Search />} />
|
||||
<Route path='userprofile.html' element={<UserProfile />} />
|
||||
<Route path='home.html' element={<Home />} />
|
||||
</Route>
|
||||
|
||||
{/* Admin routes */}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue