Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed Nov 27, 2024
1 parent 0de7b6f commit c86979f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { Loader } from '@cardstack/runtime-common/loader';
import CardPrerender from '@cardstack/host/components/card-prerender';
import OperatorMode from '@cardstack/host/components/operator-mode/container';

import NetworkService from '@cardstack/host/services/network';
import OperatorModeStateService from '@cardstack/host/services/operator-mode-state-service';

import {
Expand All @@ -40,7 +41,6 @@ import { TestRealmAdapter } from '../../helpers/adapter';
import { setupMockMatrix } from '../../helpers/mock-matrix';
import { renderComponent } from '../../helpers/render-component';
import { setupRenderingTest } from '../../helpers/setup';
import NetworkService from '@cardstack/host/services/network';

module('Integration | operator-mode', function (hooks) {
setupRenderingTest(hooks);
Expand Down

0 comments on commit c86979f

Please sign in to comment.