Adds action views

This commit is contained in:
Mouse Reeve
2021-08-23 13:15:35 -07:00
parent 135fcbd269
commit 42abc145c8
6 changed files with 35 additions and 6 deletions

View File

@ -26,6 +26,7 @@ from .invite import ManageInviteRequests, ignore_invite_request
from .isbn import Isbn
from .landing import About, Home, Landing
from .list import Lists, List, Curate, UserLists
from .list import bookmark, unbookmark
from .notifications import Notifications
from .outbox import Outbox
from .reading import edit_readthrough, create_readthrough