Skip to content

Commit

Permalink
Fix #2 to replace rt-require with rt-import
Browse files Browse the repository at this point in the history
  • Loading branch information
dotBits committed Sep 19, 2016
1 parent 0c7a1b2 commit 97125a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"file-loader": "^0.8.5",
"node-sass": "^3.4.2",
"react-addons-linked-state-mixin": "^0.14.5",
"react-templates": "^0.3.0",
"react-templates": "^0.5.2",
"react-templates-loader": "^0.3.1",
"react-transform-catch-errors": "^1.0.1",
"react-transform-hmr": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/App.rt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<rt-require dependency="./Todo" as="Todo"/>
<rt-import from="./Todo" name="Todo"/>
<div>
<Todo class="todo"></Todo>
</div>

0 comments on commit 97125a8

Please sign in to comment.