瀏覽代碼

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} >