Skip to content

Commit 6fada51

Browse files
committed
Revert dummy app declaration removal
Error occurs during `npm publish`
1 parent 1abd3a4 commit 6fada51

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/dummy/app.d.ts

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
declare module 'dummy/app' {
2+
import Application from '@ember/application';
3+
4+
export default class App extends Application {}
5+
}

0 commit comments

Comments
 (0)