3 lines
221 B
Plaintext
Raw Normal View History

2018-03-14 15:15:35 +00:00
component Home(animeListItems []*arn.AnimeListItem, nextIndex int, viewUser *arn.User, user *arn.User, status string)
2017-07-23 03:57:33 +00:00
StatusTabs("/animelist")
2018-03-14 15:15:35 +00:00
AnimeListFilteredByStatus(animeListItems, nextIndex, viewUser, user, status)