diff --git a/frontend/src-tauri/src/main.rs b/frontend/src-tauri/src/main.rs index edc544daef..64c78a79be 100644 --- a/frontend/src-tauri/src/main.rs +++ b/frontend/src-tauri/src/main.rs @@ -3,10 +3,6 @@ use axum::routing::get; use axum::Router; use fern::colors::{Color, ColoredLevelConfig}; -use graphite_editor::application::Editor; -use graphite_editor::messages::prelude::*; -use graphite_editor::node_graph_executor::GraphRuntimeRequest; -use graphite_editor::node_graph_executor::NODE_RUNTIME; use graphite_editor::node_graph_executor::*; use std::sync::Mutex;