wip: refactor

This commit is contained in:
reya
2025-01-24 13:30:07 +07:00
parent 272259cd16
commit 3b6541b900
15 changed files with 99 additions and 93 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
use crate::{
states::chat::ChatRegistry,
utils::message_ago,
views::app::{AddPanel, PanelKind},
};
use common::utils::message_ago;
use gpui::{
div, img, percentage, prelude::FluentBuilder, px, InteractiveElement, IntoElement,
ParentElement, Render, SharedString, StatefulInteractiveElement, Styled, ViewContext,