Skip to content

Commit

Permalink
Merge pull request #72 from willrax/classic-pods
Browse files Browse the repository at this point in the history
switch to classic ember structure
  • Loading branch information
alexlafroscia authored May 12, 2017
2 parents a00beab + c0a0c52 commit 3aca672
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions app/components/step-manager.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default } from 'ember-steps/components/step-manager';
1 change: 0 additions & 1 deletion app/components/step-manager/component.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from 'ember-steps/components/step-manager/step/component';
export { default } from 'ember-steps/components/step-manager/step';
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/test-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import Ember from 'ember';
import resolver from './helpers/resolver';
import { setResolver } from 'ember-mocha';

import StepManagerComponent from 'ember-steps/components/step-manager/component';
import StepComponent from 'ember-steps/components/step-manager/step/component';
import StepManagerComponent from 'ember-steps/components/step-manager';
import StepComponent from 'ember-steps/components/step-manager/step';

const { $, computed, get } = Ember;

Expand Down

0 comments on commit 3aca672

Please sign in to comment.