mirror of
https://github.com/penpot/penpot.git
synced 2025-07-12 13:17:17 +02:00
🐛 Fix missing required SolidColor
This commit is contained in:
parent
6ffcd58368
commit
ea9261b0b2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ use options::RenderOptions;
|
|||
use surfaces::{SurfaceId, Surfaces};
|
||||
|
||||
use crate::performance;
|
||||
use crate::shapes::{Corners, Fill, Shape, StructureEntry, Type};
|
||||
use crate::shapes::{Corners, Fill, Shape, SolidColor, StructureEntry, Type};
|
||||
use crate::state::ShapesPool;
|
||||
use crate::tiles::{self, PendingTiles, TileRect};
|
||||
use crate::uuid::Uuid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue