Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed May 30, 2022
1 parent fc48d0c commit 30db7f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/test-app/app/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ import Application from '@ember/application';
import Resolver from 'ember-resolver';
import loadInitializers from 'ember-load-initializers';
import config from 'test-app/config/environment';
import 'ember-stargate/glint';
import Registry from '@glint/environment-ember-loose/registry';

declare const portal: Registry['Portal'];
declare const pageTitle: Registry['page-title'];

export default class App extends Application {
modulePrefix = config.modulePrefix;
Expand Down

0 comments on commit 30db7f5

Please sign in to comment.