diff --git a/src/index.tsx b/src/index.tsx index 7c1c83d..1db2731 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -22,7 +22,7 @@ renderApp(App); // @ts-ignore if (module.hot) { // @ts-ignore - module.hot.accept('./app', () => { + module.hot.accept('./App', () => { renderApp(App); }); }