From 835994a811279dfbcf4da2a00fa2620b4ea4d031 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Mon, 13 Jan 2025 17:09:38 +0100 Subject: fix(files): sort not working after changing views Signed-off-by: Richard Steinmetz --- apps/files/src/vue.d.ts | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 apps/files/src/vue.d.ts (limited to 'apps/files/src/vue.d.ts') diff --git a/apps/files/src/vue.d.ts b/apps/files/src/vue.d.ts deleted file mode 100644 index fc8714d418b..00000000000 --- a/apps/files/src/vue.d.ts +++ /dev/null @@ -1,11 +0,0 @@ -/** - * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors - * SPDX-License-Identifier: AGPL-3.0-or-later - */ -import type { Navigation } from '@nextcloud/files' - -declare module 'vue/types/vue' { - interface Vue { - $navigation: Navigation - } -} -- cgit v1.2.3