department-of-veterans-affairs/vets-website

View on GitHub
src/applications/auth/auth-entry.jsx

Summary

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

import startApp from 'platform/startup';
import routes from './routes';

startApp({ routes, entryName: 'auth' });