Remove follow suggestion on request

This commit is contained in:
Mouse Reeve
2021-10-04 13:14:32 -07:00
4 changed files with 31 additions and 0 deletions

View File

@ -48,6 +48,7 @@ from .isbn import Isbn
from .landing import About, Home, Landing
from .list import Lists, SavedLists, List, Curate, UserLists
from .list import save_list, unsave_list, delete_list
from .link import Link, FileLink
from .login import Login, Logout
from .notifications import Notifications
from .outbox import Outbox