mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
refactor: move dwn package to app/config
This commit is contained in:
parent
9c768e4891
commit
2ca41d94ee
@ -17,7 +17,7 @@ import (
|
||||
|
||||
"github.com/ipfs/kubo/client/rpc"
|
||||
apiv1 "github.com/onsonr/sonr/api/vault/v1"
|
||||
"github.com/onsonr/sonr/config/dwn"
|
||||
"github.com/onsonr/sonr/app/config/dwn"
|
||||
|
||||
"github.com/onsonr/sonr/x/vault/types"
|
||||
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
|
||||
"github.com/a-h/templ"
|
||||
"github.com/ipfs/boxo/files"
|
||||
"github.com/onsonr/sonr/config/dwn"
|
||||
"github.com/onsonr/sonr/app/config/dwn"
|
||||
)
|
||||
|
||||
//go:embed app.wasm
|
||||
|
@ -3,7 +3,7 @@ package types
|
||||
import (
|
||||
"github.com/ipfs/boxo/files"
|
||||
|
||||
"github.com/onsonr/sonr/config/dwn"
|
||||
"github.com/onsonr/sonr/app/config/dwn"
|
||||
vault "github.com/onsonr/sonr/x/vault/types/internal"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user