Skip to content

Commit 561889a

Browse files
committed
Auto merge of #2773 - Turbo87:inline-resolver, r=locks
Inline `app/resolver.js` file ... to match the current ember-cli blueprint :) r? `@locks`
2 parents a6ab679 + bff855d commit 561889a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import Application from '@ember/application';
22

33
import loadInitializers from 'ember-load-initializers';
4+
import Resolver from 'ember-resolver';
45

56
import config from './config/environment';
6-
import Resolver from './resolver';
77

88
const App = Application.extend({
99
modulePrefix: config.modulePrefix,

app/resolver.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)