import { HomesLogListPage } from './HomesLogListPage' const ACTIONS = [ '예약-등록', '예약-수정', '예약-삭제', '예약-상태', ] /** 원본 예약관리 타이틀 잎 아이콘 */ function LeafOutlined({ className }: { className?: string }) { return ( ) } export default function BookingLogPage() { return ( } /> ) }