From 12337b1aba96dd093cf0c883a7665303679e7f22 Mon Sep 17 00:00:00 2001 From: Hunter Thornsberry Date: Wed, 12 Jun 2024 18:47:32 -0400 Subject: [PATCH] remove unused import --- src/components/PageComponents/Channel.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/PageComponents/Channel.tsx b/src/components/PageComponents/Channel.tsx index 3d4ff18b..bcacac06 100644 --- a/src/components/PageComponents/Channel.tsx +++ b/src/components/PageComponents/Channel.tsx @@ -1,4 +1,4 @@ -import { ChannelValidation, Channel_SettingsValidation } from "@app/validation/channel.js"; +import type{ ChannelValidation } from "@app/validation/channel.js"; import { DynamicForm } from "@components/Form/DynamicForm.js"; import { useToast } from "@core/hooks/useToast.js"; import { useDevice } from "@core/stores/deviceStore.js"; @@ -85,7 +85,6 @@ export const Channel = ({ channel }: SettingsPanelProps): JSX.Element => { name: "settings.uplinkEnabled", label: "Uplink Enabled", description: "Send messages from the local mesh to MQTT", - }, { type: "toggle",