Skip to content

Commit b359d7d

Browse files
committed
fix exported type from EventList
1 parent f9e7b52 commit b359d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/event-list/index.js

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

3-
export type {PoweredBy, EventType} from './types'
3+
export type {PoweredBy} from './types'
44

55
export {EventList} from './event-list'
66
export {EventDetail} from './event-detail'

0 commit comments

Comments
 (0)