department-of-veterans-affairs/vets-website

View on GitHub
src/applications/health-care-supply-reordering/app-entry.jsx

Summary

Maintainability
A
0 mins
Test Coverage
import 'platform/polyfills';
import startApp from 'platform/startup';
import manifest from './manifest.json';
import reducer from './reducers';
import routes from './routes';
import './sass/health-care-supply-reordering.scss';

startApp({
  analyticsEvents: [],
  entryName: manifest.entryName,
  reducer,
  routes,
  url: manifest.rootUrl,
});