chore(navigation): remove unused imports

This commit is contained in:
Michael Aaron Murphy 2023-10-12 13:22:47 +02:00 committed by Michael Murphy
parent 2c680c8ae0
commit 436a5825d7

View file

@ -1,7 +1,7 @@
// Copyright 2023 System76 <info@system76.com>
// SPDX-License-Identifier: MPL-2.0
use crate::widget::{button, column, container, horizontal_space, icon, list, row, text, Column};
use crate::widget::{button, column, container, horizontal_space, icon, list, row, text};
use crate::{theme, Apply, Element};
use iced::Length;