Simplify path removal logic and clean up unused imports in path management dialog

This commit is contained in:
Winston Lowe
2026-03-26 20:37:46 -07:00
parent d5f19051b2
commit 888cf43fef
2 changed files with 1 additions and 4 deletions
-1
View File
@@ -1,7 +1,6 @@
import 'dart:typed_data';
import 'package:flutter/material.dart';
import 'package:meshcore_open/connector/meshcore_protocol.dart';
import 'package:meshcore_open/models/path_history.dart';
import 'package:meshcore_open/screens/path_trace_map.dart';
import 'package:meshcore_open/widgets/elements_ui.dart';