Move Space to widget module

This commit is contained in:
Héctor Ramón Jiménez 2020-04-01 00:25:08 +02:00
parent 4979635764
commit c73f23c380
2 changed files with 2 additions and 2 deletions

View file

@ -205,5 +205,5 @@ use iced_web as common;
pub use common::{
futures, Align, Background, Color, Command, Font, HorizontalAlignment,
Length, Point, Size, Space, Subscription, Vector, VerticalAlignment,
Length, Point, Size, Subscription, Vector, VerticalAlignment,
};