remove unused import

This commit is contained in:
Hunter Thornsberry
2024-06-12 18:47:32 -04:00
parent 1be1c3d4bb
commit 12337b1aba

View File

@@ -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",