Skip to content

Commit 493c06c

Browse files
committed
refactor: separate type from value imports
1 parent c2db5b6 commit 493c06c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/i18n/Streami18n.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ import localeData from 'dayjs/plugin/localeData';
77
import relativeTime from 'dayjs/plugin/relativeTime';
88
import utc from 'dayjs/plugin/utc';
99
import timezone from 'dayjs/plugin/timezone';
10-
import { CustomFormatters, PredefinedFormatters, predefinedFormatters } from './utils';
10+
import { predefinedFormatters } from './utils';
1111

1212
import type momentTimezone from 'moment-timezone';
1313
import type { TranslationLanguages } from 'stream-chat';
1414

15+
import type { CustomFormatters, PredefinedFormatters } from './utils';
1516
import type { TDateTimeParser } from '../context/TranslationContext';
1617

1718
import type { UnknownType } from '../types/types';

0 commit comments

Comments
 (0)