Skip to content

Commit

Permalink
rm - not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
california authored and california committed Feb 13, 2025
1 parent 13aecc2 commit 59b6cf4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/format.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import dayjs from 'dayjs'
import advanced from 'dayjs/plugin/advancedFormat'
import customParseFormat from 'dayjs/plugin/customParseFormat'
import duration, { type Duration } from 'dayjs/plugin/duration'

import type { Route } from '~/types'

dayjs.extend(advanced)
dayjs.extend(customParseFormat)
dayjs.extend(duration)

export { dayjs }
Expand Down

0 comments on commit 59b6cf4

Please sign in to comment.