1
0

fix: lint

This commit is contained in:
kolaente
2023-09-06 16:31:07 +02:00
parent 3bb5308141
commit 337c3e5e3e
2 changed files with 1 additions and 3 deletions

View File

@ -2,9 +2,7 @@ import {
SECONDS_A_DAY,
SECONDS_A_HOUR,
SECONDS_A_MINUTE,
SECONDS_A_MONTH,
SECONDS_A_WEEK,
SECONDS_A_YEAR,
} from '@/constants/date'
export type PeriodUnit = 'seconds' | 'minutes' | 'hours' | 'days' | 'weeks' | 'months' | 'years'