tasks-mockup/src/components/index.js

7 lines
274 B
JavaScript

export { default as Navbar } from './navbar'
export { default as About } from './about'
export { default as Tasks } from './tasks'
export { default as Profile } from './profile'
export { default as Projects } from './projects'
export { default as Project } from './project'