Adds delete list view

This commit is contained in:
Mouse Reeve
2021-09-06 10:38:37 -07:00
parent 1e037d20a4
commit c630ec3572
3 changed files with 17 additions and 0 deletions

View File

@ -27,6 +27,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
from .list import delete_list
from .notifications import Notifications
from .outbox import Outbox
from .reading import edit_readthrough, create_readthrough