lint
This commit is contained in:
parent
1cac02f2c0
commit
c8ea72c217
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
import { useTranslation } from "react-i18next";
|
||||
|
||||
import Container from "components/services/widget/container";
|
||||
import Block from "components/services/widget/block";
|
||||
import useWidgetAPI from "utils/proxy/use-widget-api";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
export default function Component({ service }) {
|
||||
const { t } = useTranslation();
|
||||
|
|
Loading…
Add table
Reference in a new issue