Fix redundant import in color_palette example
This commit is contained in:
parent
f409037c07
commit
5007e548ad
1 changed files with 1 additions and 3 deletions
|
|
@ -6,9 +6,7 @@ use iced::{
|
|||
Color, Element, Font, Length, Pixels, Point, Rectangle, Renderer, Size,
|
||||
Vector,
|
||||
};
|
||||
use palette::{
|
||||
self, convert::FromColor, rgb::Rgb, Darken, Hsl, Lighten, ShiftHue,
|
||||
};
|
||||
use palette::{convert::FromColor, rgb::Rgb, Darken, Hsl, Lighten, ShiftHue};
|
||||
use std::marker::PhantomData;
|
||||
use std::ops::RangeInclusive;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue