mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Updated ReactReduxSpa template to match current patterns
This commit is contained in:
@@ -12,3 +12,9 @@ export default <Route component={ Layout }>
|
||||
<Route path='(:startDateIndex)' /> { /* Optional route segment that does not affect NavMenu highlighting */ }
|
||||
</Route>
|
||||
</Route>;
|
||||
|
||||
// Allow Hot Module Reloading
|
||||
declare var module: any;
|
||||
if (module.hot) {
|
||||
module.hot.accept();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user