File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
usehooks.com/src/content/hooks Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import StaticCodeContainer from "../../components/StaticCodeContainer.astro";
22
22
and dischargingTime.
23
23
</HookDescription >
24
24
25
-
26
25
<div class = " reference" >
27
26
### Return Values
28
27
The hook returns an object containing the following properties:
@@ -39,7 +38,6 @@ import StaticCodeContainer from "../../components/StaticCodeContainer.astro";
39
38
</div >
40
39
</div >
41
40
42
-
43
41
<CodePreview
44
42
sandboxId = { frontmatter .sandboxId }
45
43
previewHeight = { frontmatter .previewHeight }
@@ -48,7 +46,7 @@ import StaticCodeContainer from "../../components/StaticCodeContainer.astro";
48
46
<StaticCodeContainer >
49
47
50
48
``` jsx
51
- import { useBatttery } from " @uidotdev/usehooks" ;
49
+ import { useBattery } from " @uidotdev/usehooks" ;
52
50
import Battery from " ./Battery" ;
53
51
54
52
export default function App () {
You can’t perform that action at this time.
0 commit comments