diff --git a/libs/common/src/lib/types/color-scheme.ts b/libs/common/src/lib/types/color-scheme.type.ts similarity index 100% rename from libs/common/src/lib/types/color-scheme.ts rename to libs/common/src/lib/types/color-scheme.type.ts diff --git a/libs/common/src/lib/types/index.ts b/libs/common/src/lib/types/index.ts index 255a1c3fe..12bee4132 100644 --- a/libs/common/src/lib/types/index.ts +++ b/libs/common/src/lib/types/index.ts @@ -1,7 +1,7 @@ import type { AccessWithGranteeUser } from './access-with-grantee-user.type'; import { AccountWithPlatform } from './account-with-platform.type'; import { AccountWithValue } from './account-with-value.type'; -import type { ColorScheme } from './color-scheme'; +import type { ColorScheme } from './color-scheme.type'; import type { DateRange } from './date-range.type'; import type { Granularity } from './granularity.type'; import { GroupBy } from './group-by.type';