Skip to content

Commit 699df06

Browse files
committed
fix line numbers
1 parent 9232a63 commit 699df06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/09.sync-external/README.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ the geolocation API. The geolocation API is not a part of React, so we need to
1313
synchronize the external state of the geolocation API with the internal state of
1414
our component.
1515

16-
```tsx lines=31-35
16+
```tsx lines=25-28
1717
import { useSyncExternalStore } from 'react'
1818

1919
type LocationData =

0 commit comments

Comments
 (0)