1
0
Fork 0

Adds basic view and template files

This commit is contained in:
Mouse Reeve 2021-01-30 21:33:41 -08:00
parent af65509527
commit 0815b36ec9
6 changed files with 88 additions and 3 deletions

View file

@ -14,6 +14,7 @@ from .import_data import Import, ImportStatus
from .interaction import Favorite, Unfavorite, Boost, Unboost
from .invite import ManageInvites, Invite
from .landing import About, Home, Discover
from .list import Lists, List
from .notifications import Notifications
from .outbox import Outbox
from .reading import edit_readthrough, create_readthrough, delete_readthrough