Skip to content

Commit e4d5491

Browse files
committed
fix a missing import in calendar/times
1 parent 5e7dc12 commit e4d5491

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/views/calendar/times.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// @flow
22

33
import moment from 'moment-timezone'
4+
import type {EventType} from './types'
45

56
export function times(event: EventType) {
67
const eventLength = moment

0 commit comments

Comments
 (0)