BenMusch/nu-tab

View on GitHub
client/app/components/schools/index.js

Summary

Maintainability
A
0 mins
Test Coverage
export {SchoolList} from './SchoolList'
 
export {SchoolItem} from './SchoolItem'
 
export {SchoolListContainer} from './SchoolListContainer'
 
import SchoolDetail from './SchoolDetail'
 
export {SchoolDetail}