diff --git a/src/widgets/romm/component.jsx b/src/widgets/romm/component.jsx index f73dbe6fa..44b114b03 100644 --- a/src/widgets/romm/component.jsx +++ b/src/widgets/romm/component.jsx @@ -1,3 +1,5 @@ +import { useTranslation } from "next-i18next"; + import Container from "components/services/widget/container"; import Block from "components/services/widget/block"; import useWidgetAPI from "utils/proxy/use-widget-api";