Commit ef788a0e authored by AFOC-1709091830\echou's avatar AFOC-1709091830\echou

fix hot reload path

parent 02318d36
...@@ -20,7 +20,7 @@ renderExample(); ...@@ -20,7 +20,7 @@ renderExample();
declare const module: { hot: any }; declare const module: { hot: any };
if (module.hot) { if (module.hot) {
module.hot.accept("./PullToRefresh", () => { module.hot.accept("./components/PullToRefresh", () => {
renderExample(); renderExample();
}); });
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment