Shared Components Restructure, Cherry Picked | Core (#32914)
* refactor(shared-components): move core primitives under core * refactor(shared-components): restore i18n strings path * fix(shared-components): repair typedoc story imports * fix(shared-components): align newer imports with core paths * test(shared-components): add core visual baselines * refactor(shared-components): move virtualized list to core root
This commit is contained in:
@@ -9,7 +9,7 @@ import fetchMock from "@fetch-mock/vitest";
|
||||
import { cleanup } from "@test-utils";
|
||||
import { afterEach } from "vitest";
|
||||
|
||||
import { setLanguage } from "../../src/utils/i18n";
|
||||
import { setLanguage } from "../../src/core/i18n/i18n";
|
||||
import en from "../i18n/strings/en_EN.json";
|
||||
|
||||
function setupLanguageMock(): void {
|
||||
|
||||
Reference in New Issue
Block a user