Skip to content

Commit

Permalink
Fix another SystemJS problem
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Dec 13, 2018
1 parent 83dc7b3 commit dd35f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_lib/format/formatters/index.js
Expand Up @@ -4,7 +4,7 @@ import getUTCISOWeek from '../../../_lib/getUTCISOWeek/index.js'
import getUTCISOWeekYear from '../../../_lib/getUTCISOWeekYear/index.js'
import getUTCWeek from '../../../_lib/getUTCWeek/index.js'
import getUTCWeekYear from '../../../_lib/getUTCWeekYear/index.js'
import addLeadingZeros from '../../addLeadingZeros'
import addLeadingZeros from '../../addLeadingZeros/index.js'

var dayPeriodEnum = {
am: 'am',
Expand Down

0 comments on commit dd35f98

Please sign in to comment.