Skip to content

Commit

Permalink
layer
Browse files Browse the repository at this point in the history
  • Loading branch information
GNaD13 committed Oct 13, 2023
1 parent 13bff49 commit 711a89f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/layerd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"

"github.com/notional-labs/composable/v6/app"
cmd "github.com/notional-labs/composable/v6/cmd/composabled/cmd"
cmdcfg "github.com/notional-labs/composable/v6/cmd/composabled/config"
cmd "github.com/notional-labs/composable/v6/cmd/layerd/cmd"
cmdcfg "github.com/notional-labs/composable/v6/cmd/layerd/config"
)

func main() {
Expand Down

0 comments on commit 711a89f

Please sign in to comment.