mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
refactor: move vault package internal components to root
This commit is contained in:
parent
0ff4299061
commit
67432d3fdf
@ -5,8 +5,8 @@ import (
|
||||
|
||||
"github.com/labstack/echo/v4"
|
||||
"github.com/onsonr/sonr/pkg/common/response"
|
||||
"github.com/onsonr/sonr/pkg/vault/internal/pages/index"
|
||||
"github.com/onsonr/sonr/pkg/vault/internal/session"
|
||||
session "github.com/onsonr/sonr/pkg/vault/internal"
|
||||
"github.com/onsonr/sonr/pkg/vault/pages/index"
|
||||
)
|
||||
|
||||
func HandleIndex(c echo.Context) error {
|
||||
|
Loading…
x
Reference in New Issue
Block a user