Skip to content

Commit fdd5afd

Browse files
committed
chore: remove unused imports
1 parent 6303d19 commit fdd5afd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/app/config.module.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
import { NgModule } from '@angular/core';
2-
import { ALTERNATE_COLOR_PALETTES, APP_TITLE, DEFAULT_COLOR_PALETTE, GLOBAL_HEADER_HEIGHT } from '@hypertrace/common';
2+
import {
3+
ALTERNATE_COLOR_PALETTES,
4+
APP_TITLE,
5+
DEFAULT_COLOR_PALETTE,
6+
GLOBAL_HEADER_HEIGHT,
7+
UserTelemetryModule
8+
} from '@hypertrace/common';
39
import { GRAPHQL_OPTIONS } from '@hypertrace/graphql-client';
410
import { ENTITY_METADATA, RED_COLOR_PALETTE } from '@hypertrace/observability';
511
import { environment } from '../environments/environment';
612
import { entityMetadata } from './entity-metadata';
713
import { FeatureResolverModule } from './shared/feature-resolver/feature-resolver.module';
814

915
@NgModule({
10-
imports: [FeatureResolverModule],
16+
imports: [FeatureResolverModule, UserTelemetryModule.forRoot([])],
1117
providers: [
1218
{
1319
provide: GRAPHQL_OPTIONS,

0 commit comments

Comments
 (0)