We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1802a29 commit e3db632Copy full SHA for e3db632
dist/container/index.js
@@ -52,9 +52,9 @@ module.exports = {
52
let relativePath;
53
54
if (data.relativePath) {
55
- relativePath = 'src/container/' + data.relativePath + '/{{properCase name}}.js'
+ relativePath = 'src/containers/' + data.relativePath + '/{{properCase name}}.js'
56
} else {
57
- relativePath = 'src/container/{{properCase name}}.js'
+ relativePath = 'src/containers/{{properCase name}}.js'
58
}
59
60
const actions = [{
0 commit comments