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:
parent
a025771410
commit
f5a5e5e479
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue