Skip to content

Commit 5479f65

Browse files
committed
Remove dummy app type declaration
1 parent 499eeda commit 5479f65

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

types/dummy/app.d.ts

-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
11
import 'ember-source/types';
22
import 'ember-source/types/preview';
3-
4-
declare module 'dummy/app' {
5-
import Application from '@ember/application';
6-
7-
export default class App extends Application {}
8-
}

0 commit comments

Comments
 (0)