department-of-veterans-affairs/vets-website

View on GitHub
src/applications/terms-of-use/terms-of-use-entry.js

Summary

Maintainability
A
0 mins
Test Coverage
import 'platform/polyfills';

import startApp from 'platform/startup';

import routes from './routes';
import manifest from './manifest.json';

startApp({
  url: manifest.rootUrl,
  routes,
  entryName: manifest.entryName,
});