Files
test-product-compare-react/src/containers/index.js
2017-09-17 14:41:03 +01:00

10 lines
122 B
JavaScript

import App from './App'
import Home from './Home'
import NotFound from './NotFound'
export {
App,
Home,
NotFound
}