Skip to content

Commit b8e5d9f

Browse files
committed
add missing import to otherModes
1 parent cc851d4 commit b8e5d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/views/transportation/otherModes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// @flow
22
import React from 'react'
33
import {StyleSheet, Text, View} from 'react-native'
4+
import {TabBarIcon} from '../components/tabbar-icon'
45
import type {OtherModeType} from './types'
56
import {data as modes} from '../../../docs/transportation.json'
67
import * as c from '../components/colors'

0 commit comments

Comments
 (0)