Skip to content

Commit d9ad589

Browse files
committed
fix import syntax
1 parent eea98d9 commit d9ad589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ use std::fs::create_dir_all;
33

44
use cosmwasm_schema::{export_schema, remove_schemas, schema_for};
55

6+
use cw20_base::msg::{ExecuteMsg, InstantiateMsg, QueryMsg};
67
use mide::msg::CustomResponse;
78
use mide::state::State;
8-
use cw20_base::msg::{ExecuteMsg, InstantiateMsg, QueryMsg};
99

1010
fn main() {
1111
let mut out_dir = current_dir().unwrap();

0 commit comments

Comments
 (0)