mirror of
https://github.com/karl0ss/homepage.git
synced 2025-05-09 00:25:55 +01:00
fix linting
This commit is contained in:
parent
108ca23212
commit
5d0a793195
@ -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…
x
Reference in New Issue
Block a user