Skip to content

Commit 08710c8

Browse files
committed
frontend: Update translation import to use react-i18next
1 parent c443db9 commit 08710c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/service/A8RServiceInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import Box from '@mui/material/Box';
1919
import Link from '@mui/material/Link';
2020
import Typography from '@mui/material/Typography';
2121
import React from 'react';
22-
import { useTranslation } from '../../plugin/pluginI18n';
22+
import { useTranslation } from 'react-i18next';
2323

2424
/**
2525
* Represents a parsed a8r.io annotation item with display metadata.

0 commit comments

Comments
 (0)