1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Fix the code block

This commit is contained in:
jbranchaud
2018-12-14 15:27:34 -06:00
parent 7966442e49
commit 46f055f536

View File

@@ -6,7 +6,7 @@ The `location` prop which you may be used to having access to automatically
is instead available through the
[`Location`](https://reach.tech/router/api/Location) component.
```react
```javascript
import React from 'react';
import { Location } from '@reach/router';