Extract utils
This commit is contained in:
parent
295cdf585b
commit
bbabeeb3f3
6 changed files with 200 additions and 0 deletions
4
backend/reconcile/src/utils/side.rs
Normal file
4
backend/reconcile/src/utils/side.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub enum Side {
|
||||
Left,
|
||||
Right,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue