package auth import ( "github.com/labstack/echo/v4" "github.com/onsonr/sonr/pkg/nebula/global/styles" "github.com/onsonr/sonr/pkg/nebula/global/ui" "github.com/onsonr/sonr/pkg/nebula/components/auth/forms" ) templ Modal(c echo.Context) { @styles.OpenModal("Account Registration", "Enter your account information below to create your account.") { @ui.Breadcrumbs() @forms.ProfileDetailsForm() @styles.Spacer()
} }