Skip to content

Commit

Permalink
docs: Update packages/core/src/hooks/useSwitch/__stories__/useSwitch.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Yossi Saadi <[email protected]>
  • Loading branch information
talkor and YossiSaadi authored Nov 4, 2024
1 parent 9ccc2c9 commit fe78bef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Hook for controlling boolean state on components, e.g. Toggle, by exposing state
### Import

```js
import { # useSwitch } from "@vibe/core/hooks";
import { useSwitch } from "@vibe/core/hooks";
```

## Variants
Expand Down

0 comments on commit fe78bef

Please sign in to comment.