Adds delete list view
This commit is contained in:
parent
1e037d20a4
commit
c630ec3572
3 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue