Skip to content

Commit

Permalink
Remove dummy app type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesfries committed Dec 31, 2024
1 parent 499eeda commit 5479f65
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions types/dummy/app.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
import 'ember-source/types';
import 'ember-source/types/preview';

declare module 'dummy/app' {
import Application from '@ember/application';

export default class App extends Application {}
}

0 comments on commit 5479f65

Please sign in to comment.