mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix stable app crash due to missing nav components
This commit is contained in:
parent
3794c8fd13
commit
3e32923c96
5 changed files with 43 additions and 43 deletions
|
@ -29,6 +29,10 @@ export default function RootAppRouter({ history }: Readonly<{ history: History}>
|
|||
return <RouterProvider router={router} />;
|
||||
}
|
||||
|
||||
/**
|
||||
* Layout component that renders legacy components required on all pages.
|
||||
* NOTE: The app will crash if these get removed from the DOM.
|
||||
*/
|
||||
function RootAppLayout() {
|
||||
return (
|
||||
<>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue