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:
parent
b4b57f5e55
commit
187cefdcb1
5 changed files with 7 additions and 7 deletions
|
@ -5,9 +5,9 @@ import ResponsiveDrawer, { ResponsiveDrawerProps } from 'components/ResponsiveDr
|
|||
|
||||
import { ASYNC_USER_ROUTES } from '../../routes/asyncRoutes';
|
||||
import { LEGACY_USER_ROUTES } from '../../routes/legacyRoutes';
|
||||
import { isTabPath } from '../tabs/tabRoutes';
|
||||
|
||||
import MainDrawerContent from './MainDrawerContent';
|
||||
import { isTabPath } from '../tabs/tabRoutes';
|
||||
|
||||
const DRAWERLESS_ROUTES = [
|
||||
'video' // video player
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue