left_sidebar_inbox_popover: Move to new popovers folder.

This commit is contained in:
Aman Agrawal 2023-10-06 17:50:09 +00:00 committed by Tim Abbott
parent 1db00be871
commit 1a867a43a7
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import $ from "jquery";
import render_drafts_sidebar_actions from "../templates/drafts_sidebar_action.hbs";
import render_left_sidebar_inbox_popover from "../templates/left_sidebar_inbox_popover.hbs";
import render_left_sidebar_inbox_popover from "../templates/popovers/left_sidebar_inbox_popover.hbs";
import render_starred_messages_sidebar_actions from "../templates/starred_messages_sidebar_actions.hbs";
import * as channel from "./channel";