소스 검색

Step 9.3: Include sign in form.

Frederic G. MARAND 9 년 전
부모
커밋
b90724ce1f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      App.jsx

+ 2 - 0
App.jsx

@@ -74,6 +74,8 @@ App = React.createClass({
             Hide completed
           </label>
 
+          <AccountsUIWrapper />
+
           {/* These are JSX comments. */}
           {/* Beware: for React, onsubmit is not the same as onSubmit, the former doesn't work */}
           <form className="new-task" onSubmit={this.handleSubmit} >