diff options
Diffstat (limited to 'server/sonar-web/src/main/js/api/l10n.ts')
-rw-r--r-- | server/sonar-web/src/main/js/api/l10n.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/api/l10n.ts b/server/sonar-web/src/main/js/api/l10n.ts index dd59586b274..579af9e9f82 100644 --- a/server/sonar-web/src/main/js/api/l10n.ts +++ b/server/sonar-web/src/main/js/api/l10n.ts @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -import { getJSON } from 'sonar-ui-common/helpers/request'; +import { getJSON } from '../sonar-ui-common/helpers/request'; import { L10nBundleRequestParams, L10nBundleRequestResponse } from '../types/l10n'; export function fetchL10nBundle( |