Import type

This commit is contained in:
David Baker 2025-11-27 18:46:30 +00:00
parent 12d7a0ab97
commit 42d1da9afb

View File

@ -5,7 +5,7 @@
* Please see LICENSE files in the repository root for full details. * Please see LICENSE files in the repository root for full details.
*/ */
import { TranslationKey } from "../i18nKeys"; import { type TranslationKey } from "../i18nKeys";
import { I18nApi } from "./I18nApi"; import { I18nApi } from "./I18nApi";
describe("I18nApi", () => { describe("I18nApi", () => {