mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-12-15 10:01:39 +01:00
chore: snake_case all but UI templates
This commit is contained in:
parent
9f0ca6e8bf
commit
391182607d
55 changed files with 1471 additions and 1427 deletions
|
|
@ -19,8 +19,8 @@ use ReSet_Lib::{
|
|||
};
|
||||
|
||||
use crate::components::{
|
||||
input::sourceBox::{start_input_box_listener, SourceBox},
|
||||
output::sinkBox::{start_output_box_listener, SinkBox},
|
||||
input::source_box::{start_input_box_listener, SourceBox},
|
||||
output::sink_box::{start_output_box_listener, SinkBox},
|
||||
};
|
||||
|
||||
#[derive(Default)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue