Improved admin panel

This commit is contained in:
2017-10-02 14:56:51 +02:00
parent b0de2045d7
commit cc2418cd96
12 changed files with 37 additions and 42 deletions

9
pages/admin/webdev.go Normal file
View 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())
}