Skip to content

Commit 675a1b6

Browse files
committed
merge conflict
2 parents f4300a5 + d05d856 commit 675a1b6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

_templates/component_js.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import PlayHeader from 'common/playlists/PlayHeader';
22
import './styles.%PLAY_STYLE%';
33

4+
// WARNING: Do not change the entry componenet name
45
function %PLAY_TITLE_NAME_SANITIZED%(props) {
56

67
// Your Code Start below.

lib/services/template/play_content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const PLAY_LIST_DIRECTORY = "./src/plays";
1010
const TEMPLATE_DIRECTORY = "../../../../_templates";
1111

1212
const TEMPLATE_MAP = {
13-
common: ["readme_md"],
13+
common: ["Readme_md"],
1414
js: ["component_js"],
1515
ts: ["component_ts"],
1616
css: ["styles_css"],

0 commit comments

Comments
 (0)