department-of-veterans-affairs/vets-website

View on GitHub
src/applications/yellow-ribbon/routes/index.js

Summary

Maintainability
A
0 mins
Test Coverage
import YellowRibbonApp from '../containers/YellowRibbonApp';

const routes = {
  path: '/',
  component: YellowRibbonApp,
};

export default routes;