Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
michalc committed Feb 11, 2025
1 parent eafedde commit 1e6a226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_app/redbox_app/redbox_core/views/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from redbox_app.redbox_core.dash_apps import report_app
from redbox_app.redbox_core.views.api_views import user_view_pre_alpha
from redbox_app.redbox_core.views.api_views import message_view_pre_alpha, user_view_pre_alpha
from redbox_app.redbox_core.views.auth_views import sign_in_link_sent_view, sign_in_view, signed_out_view
from redbox_app.redbox_core.views.chat_views import ChatsTitleView, ChatsView, DeleteChat, UpdateChatFeedback
from redbox_app.redbox_core.views.citation_views import CitationsView
Expand Down

0 comments on commit 1e6a226

Please sign in to comment.