Skip to content

Commit

Permalink
Docs/upgrade-guide: Underline the updated import in example (#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans authored Aug 9, 2023
1 parent aec6459 commit adea332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function App() {
```

```tsx title="map-v7.1.tsx"
import Map from 'react-map-gl/maplibre';
import Map from 'react-map-gl/maplibre'; // <- mind the updated import

function App() {
return <Map
Expand Down

0 comments on commit adea332

Please sign in to comment.