Skip to content

Commit f546adf

Browse files
committed
Fix import error
1 parent c770e5d commit f546adf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

editor/src/messages/portfolio/portfolio_message_handler.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use super::document::graph_operation::transform_utils;
12
use super::document::utility_types::document_metadata::LayerNodeIdentifier;
23
use super::document::utility_types::network_interface::{self, InputConnector, OutputConnector};
34
use super::utility_types::{PanelType, PersistentData};
@@ -20,7 +21,7 @@ use crate::node_graph_executor::{ExportConfig, NodeGraphExecutor};
2021
use graphene_core::renderer::Quad;
2122

2223
use bezier_rs::Subpath;
23-
use glam::{DVec2, IVec2};
24+
use glam::IVec2;
2425
use graph_craft::document::value::TaggedValue;
2526
use graph_craft::document::{DocumentNodeImplementation, NodeId, NodeInput};
2627
use graphene_core::text::{Font, TypesettingConfig};

0 commit comments

Comments
 (0)