mirror of
https://github.com/meshtastic/web.git
synced 2026-05-19 03:35:06 -04:00
remove unused import
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user