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.
2 parents c85abb9 + 918b1f9 commit ca0f0b7Copy full SHA for ca0f0b7
source/views/sis/courses.js
source/views/sis/index.js
@@ -4,15 +4,11 @@ import {TabNavigator} from '../components/tabbed-view'
4
5
import BalancesView from './balances'
6
import StudentWorkView from './student-work'
7
-// import CoursesView from './courses'
8
-// import SearchView from './search'
9
10
export default TabNavigator(
11
{
12
BalancesView: {screen: BalancesView},
13
StudentWorkView: {screen: StudentWorkView},
14
- // CoursesView: {screen: CoursesView},
15
- // CourseSearchView: {screen: CourseSearchView},
16
},
17
18
navigationOptions: {
source/views/sis/search.js
0 commit comments