Skip to content

Commit c8f3312

Browse files
committed
fix: broken import
1 parent a16d00e commit c8f3312

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/utils/debug.cairo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#[starknet::contract]
22
mod test_debug_print {
3+
use hdp_cairo::HDP;
34
use hdp_cairo::debug::{print, print_array};
45
use core::fmt::{Display, Formatter, Error};
56

0 commit comments

Comments
 (0)