diff --git a/pop-api/src/v0/fungibles/errors.rs b/pop-api/src/v0/fungibles/errors.rs index e76c4bcc..313107b4 100644 --- a/pop-api/src/v0/fungibles/errors.rs +++ b/pop-api/src/v0/fungibles/errors.rs @@ -1,4 +1,5 @@ //! A set of errors for use in smart contracts that interact with the fungibles api. This includes errors compliant to standards. + use super::*; use ink::prelude::string::String;