Update remaining templates to TypeScript 2 / @types / etc.

This commit is contained in:
Mark Pieszak
2016-10-17 09:59:13 +01:00
committed by SteveSandersonMS
parent a7ed0112db
commit f6d7321243
44 changed files with 105 additions and 12587 deletions

View File

@@ -13,8 +13,7 @@ export default <Route component={ Layout }>
</Route>
</Route>;
// Allow Hot Module Reloading
declare var module: any;
// Enable Hot Module Replacement (HMR)
if (module.hot) {
module.hot.accept();
}