MAINT: Updating deps and cleaning cruft (#11)

This commit is contained in:
Matthew Ryan Dillon 2017-07-10 18:48:04 -07:00 committed by GitHub
parent 4c58b0c331
commit 8897e35398
5 changed files with 18 additions and 56 deletions

View file

@ -1,5 +1,11 @@
{{!-- The following component displays Ember's default welcome message. --}}
{{welcome-page}}
{{!-- Feel free to remove this! --}}
<div class="container">
<div class="row">
<div class="col-md-6">
foo
</div>
<div class="col-md-6">
bar
</div>
</div>
</div>
{{outlet}}