Browse Source

Harmonize file name

pull/1662/head
Thomas 3 years ago
parent
commit
7ae5233a61
  1. 0
      libs/common/src/lib/types/color-scheme.type.ts
  2. 2
      libs/common/src/lib/types/index.ts

0
libs/common/src/lib/types/color-scheme.ts → libs/common/src/lib/types/color-scheme.type.ts

2
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';

Loading…
Cancel
Save