diff options
Diffstat (limited to 'examples/with-nanostores/src/components/AdminsReact.jsx')
-rw-r--r-- | examples/with-nanostores/src/components/AdminsReact.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-nanostores/src/components/AdminsReact.jsx b/examples/with-nanostores/src/components/AdminsReact.jsx index 5168c6b45..dfddd3e83 100644 --- a/examples/with-nanostores/src/components/AdminsReact.jsx +++ b/examples/with-nanostores/src/components/AdminsReact.jsx @@ -7,7 +7,7 @@ import { counter, increaseCounter, decreaseCounter } from '../store/counter.js'; const AdminsReact = () => { const list = useStore(admins); const count = useStore(counter); - + return ( <> <h1>React</h1> |