summaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/src/components/SetReminderActions.vue
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_reminders/src/components/SetReminderActions.vue')
-rw-r--r--apps/files_reminders/src/components/SetReminderActions.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_reminders/src/components/SetReminderActions.vue b/apps/files_reminders/src/components/SetReminderActions.vue
index ea2df98729c..929cdc6c957 100644
--- a/apps/files_reminders/src/components/SetReminderActions.vue
+++ b/apps/files_reminders/src/components/SetReminderActions.vue
@@ -66,16 +66,16 @@ import ChevronRight from 'vue-material-design-icons/ChevronRight.vue'
import CalendarWeekend from 'vue-material-design-icons/CalendarWeekend.vue'
import ChevronDoubleRight from 'vue-material-design-icons/ChevronDoubleRight.vue'
-import { clearReminder, setReminder } from '../services/reminderService.js'
+import { clearReminder, setReminder } from '../services/reminderService.ts'
import {
DateTimePreset,
getDateString,
getDateTime,
getVerboseDateString,
-} from '../shared/utils.js'
-import { logger } from '../shared/logger.js'
+} from '../shared/utils.ts'
+import { logger } from '../shared/logger.ts'
-import type { FileAttributes } from '../shared/types.js'
+import type { FileAttributes } from '../shared/types.ts'
interface ReminderOption {
dateTimePreset: DateTimePreset