diff options
Diffstat (limited to 'apps/files_external/src')
-rw-r--r-- | apps/files_external/src/main.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_external/src/main.ts b/apps/files_external/src/main.ts index e72cb8673d0..250ad51e38f 100644 --- a/apps/files_external/src/main.ts +++ b/apps/files_external/src/main.ts @@ -19,8 +19,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ -import type NavigationService from '../../files/src/services/Navigation' -import type { Navigation } from '../../files/src/services/Navigation' +import type { NavigationService, Navigation } from '../../files/src/services/Navigation' import { translate as t } from '@nextcloud/l10n' import { loadState } from '@nextcloud/initial-state' |