From e88bcb7ea9f6a897088570d4dfca8f1cecd8ff66 Mon Sep 17 00:00:00 2001 From: cha0s Date: Sun, 20 Dec 2020 12:11:06 -0600 Subject: [PATCH] fix: hook name --- app/src/react/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/react/index.jsx b/app/src/react/index.jsx index 79fd520..489c1e0 100644 --- a/app/src/react/index.jsx +++ b/app/src/react/index.jsx @@ -15,6 +15,6 @@ const App = () => ( export default { hooks: { - '@latus/react/components': () => hot(module)(App), + '@latus/react/client/components': () => hot(module)(App), }, };