Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit f10a721

Browse files
committed
feat(26-8923): generate src/applications/benefits/26-8923/app-entry.jsx via Optimus
1 parent c9c2005 commit f10a721

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import 'platform/polyfills';
2+
import './sass/26-8923.scss';
3+
4+
import startApp from 'platform/startup';
5+
6+
import routes from './routes';
7+
import reducer from './reducers';
8+
import manifest from './manifest.json';
9+
10+
startApp({
11+
entryName: manifest.entryName,
12+
url: manifest.rootUrl,
13+
reducer,
14+
routes,
15+
});

0 commit comments

Comments
 (0)