| | |
| | | import Footer from '../components/views/footer/Footer'; |
| | | import {loadVersion} from '../actions'; |
| | | import {getTranslation} from '../utilities/i18n'; |
| | | import CreateRepoPage from "../components/views/repos/CreateRepoPage"; |
| | | import ConfigureRepoPage from "../components/views/repos/ConfigureRepoPage"; |
| | | |
| | | class WebApp extends React.Component { |
| | | |
| | |
| | | } |
| | | <Route path={'/repoArchives/:id/:displayName'} component={RepoArchiveListView}/> |
| | | <Route path={'/archives/:repoId/:archiveId'} component={ArchiveView}/> |
| | | <Route path={'/repo/new'} component={CreateRepoPage}/> |
| | | <Route path={'/repo/configure'} component={ConfigureRepoPage}/> |
| | | </Switch> |
| | | </div> |
| | | <Footer versionInfo={this.props.version}/> |