Skip to content

Commit e147290

Browse files
antoinechalifourpriscilawebdev
authored andcommitted
fix: warning about modules with names differing in casing (conventional-changelog#148)
1 parent 584f4c1 commit e147290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ renderApp(App);
2222
// @ts-ignore
2323
if (module.hot) {
2424
// @ts-ignore
25-
module.hot.accept('./app', () => {
25+
module.hot.accept('./App', () => {
2626
renderApp(App);
2727
});
2828
}

0 commit comments

Comments
 (0)