fix utils import

This commit is contained in:
Hardhat Chad
2024-08-24 13:59:28 +00:00
parent a6062bc6a7
commit 6cae0d773b
11 changed files with 15 additions and 24 deletions

View File

@@ -1,6 +1,5 @@
use bytemuck::{Pod, Zeroable};
use crate::utils::impl_to_bytes;
use ore_utils::impl_to_bytes;
#[repr(C)]
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]