From 94dcd6c42db882df0c74e79d6ecb4b834ee3265b Mon Sep 17 00:00:00 2001 From: Dennis Sen Date: Tue, 4 Feb 2025 10:19:17 +0100 Subject: [PATCH] unify imports --- @types/i18next.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@types/i18next.d.ts b/@types/i18next.d.ts index 196d1e48..0e51e06e 100644 --- a/@types/i18next.d.ts +++ b/@types/i18next.d.ts @@ -2,7 +2,7 @@ import 'i18next' // // // core/plugins // // // -import { resourcesDe as resourcesDeCore } from '../packages/core/src/locales' +import { resourcesDe as resourcesDeCore } from '@polar/core/src/locales' import { resourcesDe as resourcesDeAddressSearch } from '@polar/plugin-address-search/src/locales' import { resourcesDe as resourcesDeAttributions } from '@polar/plugin-attributions/src/locales' import { resourcesDe as resourcesDeDraw } from '@polar/plugin-draw/src/locales'