diff options
Diffstat (limited to 'apps/files/src/views/files.ts')
-rw-r--r-- | apps/files/src/views/files.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/src/views/files.ts b/apps/files/src/views/files.ts index 1a174f54e42..baafc8572c2 100644 --- a/apps/files/src/views/files.ts +++ b/apps/files/src/views/files.ts @@ -19,8 +19,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ -import type NavigationService from '../services/Navigation' -import type { Navigation } from '../services/Navigation' +import type { NavigationService, Navigation } from '../services/Navigation' import { translate as t } from '@nextcloud/l10n' import FolderSvg from '@mdi/svg/svg/folder.svg?raw' |