Files
sonr/pkg/webapp/pages/dashboard.templ
T

9 lines
139 B
Templ
Raw Normal View History

package pages
import "github.com/onsonr/sonr/pkg/webapp/components/ui"
templ DashboardPage() {
@ui.LayoutNoBody("Sonr.ID", true) {
}
}