Переглянути джерело

Step 9.3: Include sign in form.

Frederic G. MARAND 8 роки тому
батько
коміт
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} >