refactor: move vault package to app directory

This commit is contained in:
Prad Nukala
2024-12-09 18:39:57 -05:00
parent c158904efc
commit e3b8f2cffe
46 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ import (
"syscall/js"
"github.com/labstack/echo/v4"
"github.com/onsonr/sonr/pkg/common/didauth/controller"
"github.com/onsonr/sonr/pkg/vault"
"github.com/onsonr/sonr/pkg/vault/types"
"github.com/onsonr/sonr/app/vault"
"github.com/onsonr/sonr/app/vault/types"
"github.com/onsonr/sonr/pkg/didauth/controller"
)
var (