Skip to content

Commit bd69b31

Browse files
committed
prettify
1 parent 8e7ccf5 commit bd69b31

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/views/calendar/event-detail.ios.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
// @flow
22
import * as React from 'react'
33
import {ScrollView} from 'react-native'
4-
import {Cell, Section, TableView, ButtonCell, SelectableCell} from '@frogpond/tableview'
4+
import {
5+
Cell,
6+
Section,
7+
TableView,
8+
ButtonCell,
9+
SelectableCell,
10+
} from '@frogpond/tableview'
511
import type {EventType, PoweredBy} from './types'
612
import type {TopLevelViewPropsType} from '../types'
713
import {ShareButton} from '../../components/nav-buttons'

0 commit comments

Comments
 (0)