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";
2222 and dischargingTime.
2323</HookDescription >
2424
25-
2625<div class = " reference" >
2726 ### Return Values
2827 The hook returns an object containing the following properties:
@@ -39,7 +38,6 @@ import StaticCodeContainer from "../../components/StaticCodeContainer.astro";
3938 </div >
4039</div >
4140
42-
4341<CodePreview
4442 sandboxId = { frontmatter .sandboxId }
4543 previewHeight = { frontmatter .previewHeight }
@@ -48,7 +46,7 @@ import StaticCodeContainer from "../../components/StaticCodeContainer.astro";
4846<StaticCodeContainer >
4947
5048``` jsx
51- import { useBatttery } from " @uidotdev/usehooks" ;
49+ import { useBattery } from " @uidotdev/usehooks" ;
5250import Battery from " ./Battery" ;
5351
5452export default function App () {
You can’t perform that action at this time.
0 commit comments