fix hdhomerun lint
This commit is contained in:
parent
a282538782
commit
9d5e401fe2
1 changed files with 0 additions and 4 deletions
|
@ -1,12 +1,8 @@
|
|||
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";
|
||||
|
||||
export default function Component({ service }) {
|
||||
const { t } = useTranslation();
|
||||
|
||||
const { widget } = service;
|
||||
|
||||
const { data: channelsData, error: channelsError } = useWidgetAPI(widget, "lineup");
|
||||
|
|
Loading…
Add table
Reference in a new issue