fix linting
This commit is contained in:
parent
108ca23212
commit
5d0a793195
1 changed files with 0 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
import dynamic from "next/dynamic";
|
||||
import { useTranslation } from "next-i18next";
|
||||
|
||||
import Error from "../components/error";
|
||||
|
@ -7,8 +6,6 @@ import Block from "../components/block";
|
|||
|
||||
import useWidgetAPI from "utils/proxy/use-widget-api";
|
||||
|
||||
const Chart = dynamic(() => import("../components/chart"), { ssr: false });
|
||||
|
||||
export default function Component({ service }) {
|
||||
const { t } = useTranslation();
|
||||
const { widget } = service;
|
||||
|
|
Loading…
Add table
Reference in a new issue