Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Jan 10, 2024
1 parent 789bca9 commit 2c5edbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/disassembler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ fn MainMenu() -> impl IntoView {
}

// Main component
//#[component]
#[component]
pub fn Disassembler() -> impl IntoView {

let (unified_data, set_unified_data) = create_signal(Vec::new());
Expand Down

0 comments on commit 2c5edbd

Please sign in to comment.