Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Aug 9, 2023
1 parent 18fb955 commit 683041c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/files_reminders/src/components/SetReminderActions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 683041c

Please sign in to comment.