mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Refactor app structure
This commit is contained in:
parent
06b0fed11d
commit
d748372a28
23 changed files with 88 additions and 42 deletions
|
@ -34,7 +34,7 @@ import './legacy/htmlMediaElement';
|
|||
import './legacy/vendorStyles';
|
||||
import { currentSettings } from './scripts/settings/userSettings';
|
||||
import taskButton from './scripts/taskbutton';
|
||||
import App from './App.tsx';
|
||||
import RootApp from './RootApp.tsx';
|
||||
|
||||
import './styles/livetv.scss';
|
||||
import './styles/dashboard.scss';
|
||||
|
@ -151,7 +151,7 @@ async function onAppReady() {
|
|||
|
||||
ReactDOM.render(
|
||||
<StrictMode>
|
||||
<App history={history} />
|
||||
<RootApp history={history} />
|
||||
</StrictMode>,
|
||||
root
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue