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

Fix ES6 migration

This commit is contained in:
Dmitry Lyzo 2021-04-10 13:16:07 +03:00
parent a025771410
commit f5a5e5e479

View file

@ -64,7 +64,7 @@ import ServerConnections from '../../../components/ServerConnections';
} }
function goBack() { function goBack() {
import('../../../components/appRouter').then(({default: appRouter}) => { import('../../../components/appRouter').then(({appRouter}) => {
appRouter.back(); appRouter.back();
}); });
} }