diff options
Diffstat (limited to 'apps/files/src/store/paths.ts')
-rw-r--r-- | apps/files/src/store/paths.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/store/paths.ts b/apps/files/src/store/paths.ts index ecff97bf00c..60f4e6c08c5 100644 --- a/apps/files/src/store/paths.ts +++ b/apps/files/src/store/paths.ts @@ -20,7 +20,7 @@ * */ /* eslint-disable */ -import type { PathOptions, ServicesState } from '../types.ts' +import type { PathOptions, ServicesState } from '../types' import { defineStore } from 'pinia' import { subscribe } from '@nextcloud/event-bus' |