notify.moe/pages/home/home.pixy
2018-03-14 16:15:35 +01:00

3 lines
221 B
Plaintext

component Home(animeListItems []*arn.AnimeListItem, nextIndex int, viewUser *arn.User, user *arn.User, status string)
StatusTabs("/animelist")
AnimeListFilteredByStatus(animeListItems, nextIndex, viewUser, user, status)