mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-19 15:41:36 +03:00
change grouping in imports
This commit is contained in:
parent
1551a82e18
commit
344d7886ea
@ -30,9 +30,9 @@ use crate::{
|
|||||||
GroupType,
|
GroupType,
|
||||||
Integer,
|
Integer,
|
||||||
};
|
};
|
||||||
|
|
||||||
use leo_asg::{ConstInt, Type};
|
use leo_asg::{ConstInt, Type};
|
||||||
use leo_ast::{InputValue, IntegerType, Span};
|
use leo_ast::{InputValue, IntegerType, Span};
|
||||||
|
|
||||||
use snarkvm_fields::PrimeField;
|
use snarkvm_fields::PrimeField;
|
||||||
use snarkvm_gadgets::traits::utilities::boolean::Boolean;
|
use snarkvm_gadgets::traits::utilities::boolean::Boolean;
|
||||||
use snarkvm_r1cs::ConstraintSystem;
|
use snarkvm_r1cs::ConstraintSystem;
|
||||||
|
Loading…
Reference in New Issue
Block a user