mirror of
https://github.com/SomboChea/ui
synced 2024-11-05 06:04:28 +07:00
fix: warning about modules with names differing in casing (#148)
This commit is contained in:
parent
584f4c141e
commit
e14729006a
@ -22,7 +22,7 @@ renderApp(App);
|
||||
// @ts-ignore
|
||||
if (module.hot) {
|
||||
// @ts-ignore
|
||||
module.hot.accept('./app', () => {
|
||||
module.hot.accept('./App', () => {
|
||||
renderApp(App);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user