Skip to content

Commit 9bf135f

Browse files
committed
CRT-960 Fix angular generated example
1 parent 6873d6f commit 9bf135f

File tree

1 file changed

+4
-2
lines changed
  • packages/ag-charts-website/src/content/docs/localisation/_examples/installing-locale

1 file changed

+4
-2
lines changed

packages/ag-charts-website/src/content/docs/localisation/_examples/installing-locale/main.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ import {
1010
AG_CHARTS_LOCALE_ZH_CN,
1111
} from 'ag-charts-locale';
1212

13-
import { type LocaleContext, type LocaleString, makeLocaleContext } from './context';
14-
import { type DatumType, getData } from './data';
13+
import { makeLocaleContext } from './context';
14+
import type { LocaleContext, LocaleString } from './context';
15+
import { getData } from './data';
16+
import type { DatumType } from './data';
1517

1618
type ExampleText = {
1719
localeText: Record<string, string>;

0 commit comments

Comments
 (0)