chore(navigation): remove unused imports
This commit is contained in:
parent
2c680c8ae0
commit
436a5825d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue