import type { RecentThought } from '@/entities/session'; import { InboxList } from '@/features/inbox'; interface InboxToolPanelProps { thoughts: RecentThought[]; onClear: () => void; } export const InboxToolPanel = ({ thoughts, onClear }: InboxToolPanelProps) => { return (
나중에 모아보는 읽기 전용 인박스