From 7cc95d68a47b06117b51fdfc2b2f265854b476cc Mon Sep 17 00:00:00 2001 From: OxMMty Date: Sat, 21 Sep 2024 02:22:40 +0900 Subject: [PATCH] Dev (#23) * fix Co-authored-by: oxmmty * fix Co-authored-by: oxmmty * fix Co-authored-by: oxmmty * change state.rs file * change TimeOver * change cw_storage_plus * change cw_stoage_plus --- src/state.rs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/state.rs b/src/state.rs index b7d0419..621ed74 100644 --- a/src/state.rs +++ b/src/state.rs @@ -2,12 +2,18 @@ use schemars::JsonSchema; use serde::{Deserialize, Serialize}; + +use cosmwasm_std::Addr; +use cw_storage_plus::{Item, Map}; +use cw_storage_plus::{Item, Map}; + + // use cosmwasm_std::Addr; -<<<<<<< dev + use cw_storage_plus::{Item, Map}; -======= + // use cw_storage_plus::{Item, Map}; ->>>>>>> main + #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] pub enum GameStatus {