mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Fix ES6 migration
This commit is contained in:
parent
a025771410
commit
f5a5e5e479
@ -64,7 +64,7 @@ import ServerConnections from '../../../components/ServerConnections';
|
||||
}
|
||||
|
||||
function goBack() {
|
||||
import('../../../components/appRouter').then(({default: appRouter}) => {
|
||||
import('../../../components/appRouter').then(({appRouter}) => {
|
||||
appRouter.back();
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user