refactor: move dwn package to app/config

This commit is contained in:
Prad Nukala 2024-09-27 11:04:19 -04:00
parent 9c768e4891
commit 2ca41d94ee
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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

View File

@ -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"
)