refactor(app): tighten feature boundaries

This commit is contained in:
2026-06-30 14:50:31 +08:00
parent 1fed21fa2f
commit ba6ce57e62
17 changed files with 126 additions and 52 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"use client";
import Image from "next/image";
import { UserMessageAvatar } from "./user-message-avatar";
import { UserMessageAvatar } from "@/app/_components";
import styles from "./message-avatar.module.css";
export interface MessageAvatarProps {