1 | export { default as Router } from './Router'; |
||
0 ignored issues
–
show
|
|||
2 | export { default as Routes } from './Routes'; |
||
3 | export { default as Link } from './Link'; |
||
4 | export { default as Back } from './Back'; |
||
5 |
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.