o2o-negosium-original/frontend/src/features/chat/index.ts

5 lines
261 B
TypeScript

// 공개 API (페이지에서 쓰는 것만)
export { ChatContainer } from '@/features/chat/containers/ChatContainer'
export { ItemSection } from '@/features/chat/components/ItemSection'
export { RemainingTime } from '@/features/chat/components/RemainingTime'