package index import ( "github.com/onsonr/sonr/internal/dwn/gen" "github.com/onsonr/sonr/pkg/nebula/global/state" "github.com/onsonr/sonr/pkg/nebula/global/styles" ) func ConfigFile(dwnConfig *gen.Config) { } templ IndexFile() { @styles.Alpine() @styles.Htmx() @styles.Styles() Sonr DWN @state.RegisterServiceWorker()
Loading...
}