Skip to content

Commit f52e1a1

Browse files
committed
remove disabled import from Settings
1 parent 4595910 commit f52e1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/settings/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// @flow
2+
23
import React from 'react'
34
import {StyleSheet, ScrollView, Platform} from 'react-native'
45
import {TableView} from 'react-native-tableview-simple'
56
import type {TopLevelViewPropsType} from '../types'
67
import * as c from '../components/colors'
78

89
import CredentialsLoginSection from './sections/login-credentials'
9-
// import TokenLoginSection from './sections/login-token'
1010
import OddsAndEndsSection from './sections/odds-and-ends'
1111
import SupportSection from './sections/support'
1212

0 commit comments

Comments
 (0)