summaryrefslogtreecommitdiffstats
path: root/apps/files/src/store/paths.ts
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/src/store/paths.ts')
-rw-r--r--apps/files/src/store/paths.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/store/paths.ts b/apps/files/src/store/paths.ts
index 43027390fe1..b0f9552f606 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'
+import type { PathOptions, ServicesState } from '../types.ts'
import { defineStore } from 'pinia'
import Vue from 'vue'