Skip to content

Commit 39b8aed

Browse files
authored
clean up (#33)
1 parent fba864a commit 39b8aed

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/generators/ReactNativeCrudGenerator.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,9 @@ export default class ReactNativeCrudGenerator {
5555
console.log(chalk.green(`
5656
// import reducers
5757
import ${titleLc} from './reducers/${titleLc}/';
58-
<<<<<<< HEAD
59-
// Add the reducer
60-
combineReducers(${titleLc},{/* ... */}),
61-
=======
6258
6359
// Add the reducer
6460
combineReducers(${titleLc},{/* ... */}),
65-
66-
>>>>>>> 3d43b1f377ef84d790d6022c6f61df5301c28246
6761
`));
6862
}
6963

0 commit comments

Comments
 (0)