1
1
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:
Shawn Allen 2019-02-04 13:28:09 -08:00
parent 6a6adf0f25
commit c903b1a223

View File

@ -5,7 +5,7 @@ import Router from 'next/router'
* and client-side:
*
* ```js
* import {redirect} from '../src/utils'
* import {redirect} from '../docs/utils'
* export default redirect('/some/path')
* ```
*/