Skip to content

Commit ebc44c9

Browse files
committed
Fix filename capitalisation
1 parent 50af349 commit ebc44c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/DraftTuts/Introduction/editor.js renamed to src/components/DraftTuts/Introduction/Editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ export default class DraftTutsEditor extends Component {
2424
/>
2525
);
2626
}
27-
}
27+
}

src/components/DraftTuts/SimplestEditor/editor.js renamed to src/components/DraftTuts/SimplestEditor/Editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export default class DraftTutsEditor extends Component {
1515
/>
1616
);
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)