1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update import order

This commit is contained in:
Bill Thornton 2023-09-30 01:17:37 -04:00
parent b4b57f5e55
commit 187cefdcb1
5 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,7 @@
import React from 'react';
import { Navigate, Outlet, Route, Routes } from 'react-router-dom';
import { DASHBOARD_APP_PATHS } from 'apps/dashboard/App';
import AppBody from 'components/AppBody';
import ConnectionRequired from 'components/ConnectionRequired';
import { toAsyncPageRoute } from 'components/router/AsyncRoute';
@ -10,7 +11,6 @@ import { toRedirectRoute } from 'components/router/Redirect';
import { ASYNC_USER_ROUTES } from './routes/asyncRoutes';
import { LEGACY_PUBLIC_ROUTES, LEGACY_USER_ROUTES } from './routes/legacyRoutes';
import { REDIRECTS } from './routes/_redirects';
import { DASHBOARD_APP_PATHS } from 'apps/dashboard/App';
const Layout = () => (
<AppBody>