Skip to content

Instantly share code, notes, and snippets.

@dai-shi
Created March 27, 2016 13:12
Show Gist options
  • Select an option

  • Save dai-shi/2cf26129263f728078e8 to your computer and use it in GitHub Desktop.

Select an option

Save dai-shi/2cf26129263f728078e8 to your computer and use it in GitHub Desktop.
diff --git a/imports/ui/App.jsx b/imports/ui/App.jsx
index 78e5548..1d0bbef 100644
--- a/imports/ui/App.jsx
+++ b/imports/ui/App.jsx
@@ -5,6 +5,7 @@ import { createContainer } from 'meteor/react-meteor-data';
import { Tasks } from '../api/tasks.js';
import Task from './Task.jsx';
+import AccountsUIWrapper from './AccountsUIWrapper.jsx';
// App component - represents the whole app
class App extends Component {
@@ -63,6 +64,8 @@ class App extends Component {
Hide Completed Tasks
</label>
+ <AccountsUIWrapper />
+
<form className="new-task" onSubmit={this.handleSubmit.bind(this)} >
<input
type="text"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment