diff --git a/src/app/(routes)/notification/page.tsx b/src/app/(routes)/notification/page.tsx index c91af302..700a48ce 100644 --- a/src/app/(routes)/notification/page.tsx +++ b/src/app/(routes)/notification/page.tsx @@ -1,6 +1,7 @@ 'use client' import { NONE_NOTIFICATION_RESULT } from '@/components/common/NotificationList/constants' +import { SEACH_MODAL_INFO } from '@/components/common/SearchModal/constants' const NotificationPage = () => { return ( @@ -19,7 +20,7 @@ const NotificationPage = () => { /> ))} */}
- {NONE_NOTIFICATION_RESULT} + {SEACH_MODAL_INFO}
)