diff options
Diffstat (limited to 'apps/files/src/store/active.ts')
-rw-r--r-- | apps/files/src/store/active.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files/src/store/active.ts b/apps/files/src/store/active.ts index 2efb823b232..e261e817f3d 100644 --- a/apps/files/src/store/active.ts +++ b/apps/files/src/store/active.ts @@ -11,7 +11,6 @@ import { getNavigation } from '@nextcloud/files' import { subscribe } from '@nextcloud/event-bus' import logger from '../logger.ts' -import type { set } from 'lodash' export const useActiveStore = function(...args) { const store = defineStore('active', { |