Closed paduc closed 4 years ago
https://github.com/dev-mastery/comments-api/blob/7c93f3d498d626da8fbd1fb9407994e82fb7e97b/src/use-cases/index.js#L7
Shouldn't the import be
import isQuestionable from '../is-questionable'
?
Thank you for your awesome videos and examples btw !
Yes. Good catch. Wanna make a pull request?
Don’t mind if I do 😊
https://github.com/dev-mastery/comments-api/pull/28
https://github.com/dev-mastery/comments-api/blob/7c93f3d498d626da8fbd1fb9407994e82fb7e97b/src/use-cases/index.js#L7
Shouldn't the import be
?
Thank you for your awesome videos and examples btw !