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 a03df1f47..670ea1b1d 100644 --- a/examples/with-nanostores/src/components/AdminsReact.jsx +++ b/examples/with-nanostores/src/components/AdminsReact.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import { useStore } from 'nanostores/react'; +import { useStore } from '@nanostores/react'; import { admins } from '../store/admins.js'; import { counter, increaseCounter, decreaseCounter } from '../store/counter.js'; |