We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7dc12 commit e4d5491Copy full SHA for e4d5491
source/views/calendar/times.js
@@ -1,6 +1,7 @@
1
// @flow
2
3
import moment from 'moment-timezone'
4
+import type {EventType} from './types'
5
6
export function times(event: EventType) {
7
const eventLength = moment
0 commit comments