Improved admin panel
This commit is contained in:
9
pages/admin/webdev.go
Normal file
9
pages/admin/webdev.go
Normal file
@ -0,0 +1,9 @@
|
||||
package admin
|
||||
|
||||
import "github.com/aerogo/aero"
|
||||
import "github.com/animenotifier/notify.moe/components"
|
||||
|
||||
// WebDev ...
|
||||
func WebDev(ctx *aero.Context) string {
|
||||
return ctx.HTML(components.WebDev())
|
||||
}
|
Reference in New Issue
Block a user