From fb958565bc32778aeac6cd40e8ad171588131718 Mon Sep 17 00:00:00 2001 From: Brandon McFarlin <6525520+Brandawg93@users.noreply.github.com> Date: Sat, 9 Dec 2023 16:45:53 -0500 Subject: [PATCH] fix lint --- src/widgets/peanut/component.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widgets/peanut/component.jsx b/src/widgets/peanut/component.jsx index cb40b8387ba..ba39992a9de 100644 --- a/src/widgets/peanut/component.jsx +++ b/src/widgets/peanut/component.jsx @@ -4,7 +4,6 @@ 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 { widget } = service; const { t } = useTranslation();