refactor(app): tighten feature boundaries
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user