mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Preparing for experimental app routes
This commit is contained in:
parent
4ea9f0147a
commit
12c1ae3590
10 changed files with 50 additions and 64 deletions
|
@ -3,7 +3,7 @@ import React from 'react';
|
|||
|
||||
import { HistoryRouter } from './components/HistoryRouter';
|
||||
import { ApiProvider } from './hooks/useApi';
|
||||
import AppRoutes from './routes/index';
|
||||
import { AppRoutes } from './routes';
|
||||
|
||||
const App = ({ history }: { history: History }) => {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue