Skip to content

Commit

Permalink
Remove unused imports:
Browse files Browse the repository at this point in the history
  • Loading branch information
cayb0rg committed Feb 18, 2024
1 parent 4d03937 commit 4853e97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ui/visual_datapath/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ use wasm_bindgen::{JsCast, JsValue};
use web_sys::{Element, Event, HtmlCollection, HtmlElement};
use yew::prelude::*;

use crate::{agent::datapath_reducer::DatapathReducer, emulation_core::{architectures::AvailableDatapaths, datapath::Datapath, mips::{coprocessor, datapath::{MipsDatapath, Stage}}}};
use consts::*;
use utils::*;

use crate::{agent::datapath_reducer::DatapathReducer, emulation_core::mips::datapath::Stage};

#[derive(PartialEq, Properties)]
pub struct VisualDatapathProps {
pub datapath_state: UseReducerHandle<DatapathReducer>,
Expand Down

0 comments on commit 4853e97

Please sign in to comment.