mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Rename loading component file
This commit is contained in:
parent
5c080f4fc5
commit
227da79502
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { Outlet, useNavigate } from 'react-router-dom';
|
|||
|
||||
import alert from './alert';
|
||||
import { appRouter } from './appRouter';
|
||||
import Loading from './loading/Loading';
|
||||
import Loading from './loading/LoadingComponent';
|
||||
import ServerConnections from './ServerConnections';
|
||||
import globalize from '../scripts/globalize';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue