Skip to content

Commit

Permalink
lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 7, 2023
1 parent 7cfddfe commit ba55e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-repl/addon/src/browser/known-modules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ import * as _destroyable from '@ember/destroyable';
import * as _helpers from '@ember/helper';
import * as _modifier from '@ember/modifier';
import * as _object from '@ember/object';
import * as _owner from '@ember/owner';
import * as _runloop from '@ember/runloop';
import * as _service from '@ember/service';
import * as _template from '@ember/template';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import { createTemplateFactory } from '@ember/template-factory';
import * as _utils from '@ember/utils';
import * as _owner from '@ember/owner';

export const modules = {
'@ember/application': _application,
Expand Down

0 comments on commit ba55e75

Please sign in to comment.