3 lines
179 B
Plaintext
Raw Normal View History

2017-07-22 14:31:25 +00:00
component Home(animeList *arn.AnimeList, viewUser *arn.User, user *arn.User, status string)
2017-07-23 03:57:33 +00:00
StatusTabs("/animelist")
2017-07-22 14:31:25 +00:00
AnimeListFilteredByStatus(animeList, viewUser, user, status)