mirror of
https://github.com/primer/css.git
synced 2024-11-23 11:27:26 +03:00
chore: fix path to docs/utils.js in comment
This commit is contained in:
parent
6a6adf0f25
commit
c903b1a223
@ -5,7 +5,7 @@ import Router from 'next/router'
|
|||||||
* and client-side:
|
* and client-side:
|
||||||
*
|
*
|
||||||
* ```js
|
* ```js
|
||||||
* import {redirect} from '../src/utils'
|
* import {redirect} from '../docs/utils'
|
||||||
* export default redirect('/some/path')
|
* export default redirect('/some/path')
|
||||||
* ```
|
* ```
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user