Issues (1)

src/index.js (1 issue)

Labels
Severity
1
export { default as cent } from './cent-component'
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 CentProvider } from './cent-provider'
3