2016-12-06 12:36:31 +09:00

12 lines
190 B
Go

package users
import (
"github.com/aerogo/aero"
"github.com/animenotifier/notify.moe/components"
)
// Get ...
func Get(ctx *aero.Context) string {
return ctx.HTML(components.Users())
}