Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Mar 13, 2019
1 parent d59ac52 commit 58a8bd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import { EntityMonitorFactory } from '../../monitors/entity-monitor.factory.serv
import { PaginationMonitorFactory } from '../../monitors/pagination-monitor.factory';
import { SharedModule } from '../../shared.module';
import { ApplicationStateService } from '../application-state/application-state.service';
import { EndpointCardComponent } from './list-types/cf-endpoints/cf-endpoint-card/endpoint-card.component';
import { EndpointsListConfigService } from './list-types/endpoint/endpoints-list-config.service';
import { ListComponent } from './list.component';
import { ListConfig, ListViewTypes } from './list.component.types';
import { EndpointListHelper } from './list-types/endpoint/endpoint-list.helpers';

class MockedNgZone {
run = fn => fn();
Expand Down

0 comments on commit 58a8bd9

Please sign in to comment.