Skip to content

Commit 918b1f9

Browse files
committed
remove disabled imports of Courses/CourseSearchView
1 parent d87747d commit 918b1f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/views/sis/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,11 @@ import {TabNavigator} from '../components/tabbed-view'
88

99
import BalancesView from './balances'
1010
import StudentWorkView from './student-work'
11-
// import CoursesView from './courses'
12-
// import SearchView from './search'
1311

1412
export default TabNavigator(
1513
{
1614
BalancesView: {screen: BalancesView},
1715
StudentWorkView: {screen: StudentWorkView},
18-
// CoursesView: {screen: CoursesView},
19-
// CourseSearchView: {screen: CourseSearchView},
2016
},
2117
{
2218
navigationOptions: {

0 commit comments

Comments
 (0)