mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix custom css requiring page refresh
This commit is contained in:
parent
88b247596a
commit
a0ddea0bfc
3 changed files with 9 additions and 20 deletions
|
@ -2,8 +2,8 @@ import React from 'react';
|
|||
import { Outlet } from 'react-router-dom';
|
||||
|
||||
import AppBody from 'components/AppBody';
|
||||
import ThemeCss from 'components/ThemeCss';
|
||||
import CustomCss from 'components/CustomCss';
|
||||
import ThemeCss from 'components/ThemeCss';
|
||||
|
||||
export default function AppLayout() {
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue