paul-schaaf/solana-escrow

unresolved imports `crate::error`, `crate::instruction`

AlexLup06 opened this issue · 0 comments

unresolved imports `crate::error`, `crate::instruction`

unresolved import

help: a similar path exists: `solana_program::instruction`

I get this error in processor.rs with use crate::{error::EscrowError, instruction::EscrowInstruction, state::Escrow};