mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 20:24:25 -08:00
remove hyphen in module name
This commit is contained in:
@@ -100,9 +100,9 @@ import (
|
||||
|
||||
"colinear/docs"
|
||||
|
||||
colinearmodule "colinear/x/colinear-core"
|
||||
colinearmodulekeeper "colinear/x/colinear-core/keeper"
|
||||
colinearmoduletypes "colinear/x/colinear-core/types"
|
||||
colinearmodule "colinear/x/colinearcore"
|
||||
colinearmodulekeeper "colinear/x/colinearcore/keeper"
|
||||
colinearmoduletypes "colinear/x/colinearcore/types"
|
||||
// this line is used by starport scaffolding # stargate/app/moduleImport
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user