luhmann/hired

View on GitHub
src/containers/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
import App from './App'
import ProjectPage from './ProjectPage'
import ProjectListPage from './ProjectListPage'
import ProjectAddPage from './ProjectAddPage'

export {
  App,
  ProjectPage,
  ProjectListPage,
  ProjectAddPage
}