Issues (2)

src/index.js (1 issue)

Labels
Severity
1
export { default as Router } from './Router';
0 ignored issues
show
The variable default seems to be never declared. If this is a global, consider adding a /** global: default */ comment.

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.

Loading history...
2
export { default as Routes } from './Routes';
3
export { default as Link } from  './Link';
4
export { default as Back } from './Back';
5