Skip to content

Commit

Permalink
Step 18.37: Add PartyAddButton to PartiesList
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and DAB0mB committed Dec 14, 2016
1 parent 264594c commit c6cceb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imports/ui/components/partiesList/partiesList.js
Expand Up @@ -9,7 +9,7 @@ import template from './partiesList.html';
import { Parties } from '../../../api/parties';
import { name as PartiesSort } from '../partiesSort/partiesSort';
import { name as PartiesMap } from '../partiesMap/partiesMap';
import { name as PartyAdd } from '../partyAdd/partyAdd';
import { name as PartyAddButton } from '../partyAddButton/partyAddButton';
import { name as PartyRemove } from '../partyRemove/partyRemove';
import { name as PartyCreator } from '../partyCreator/partyCreator';
import { name as PartyRsvp } from '../partyRsvp/partyRsvp';
Expand Down Expand Up @@ -77,7 +77,7 @@ export default angular.module(name, [
utilsPagination,
PartiesSort,
PartiesMap,
PartyAdd,
PartyAddButton,
PartyRemove,
PartyCreator,
PartyRsvp,
Expand Down

0 comments on commit c6cceb8

Please sign in to comment.