med-viewer-sdk 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@ import { ColorAdjustPlugin, type ColorAdjustOptions } from "./ColorAdjustPlugin"
6
6
  import { SelectionPlugin, type SelectionOptions } from "./SelectionPlugin";
7
7
  import { ScalebarPlugin, type ScalebarOptions } from "./Scalebar";
8
8
  import { MagnificationPlugin, type MagnificationOptions } from "./Magnification";
9
- import { Locale } from "./i18n";
9
+ import { Locale } from "../i18n/i18n";
10
10
  /**
11
11
  * 引擎配置接口
12
12
  */