We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d87747d commit 918b1f9Copy full SHA for 918b1f9
source/views/sis/index.js
@@ -8,15 +8,11 @@ import {TabNavigator} from '../components/tabbed-view'
8
9
import BalancesView from './balances'
10
import StudentWorkView from './student-work'
11
-// import CoursesView from './courses'
12
-// import SearchView from './search'
13
14
export default TabNavigator(
15
{
16
BalancesView: {screen: BalancesView},
17
StudentWorkView: {screen: StudentWorkView},
18
- // CoursesView: {screen: CoursesView},
19
- // CourseSearchView: {screen: CourseSearchView},
20
},
21
22
navigationOptions: {
0 commit comments