3 lines
179 B
Plaintext
Raw Normal View History

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