From 48a44a9efe57d69b762e79b3ac50e9f6578ce4e4 Mon Sep 17 00:00:00 2001 From: Yeongjun Kim Date: Sun, 3 Dec 2023 14:02:50 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20#246=20-=20=EC=95=8C=EB=A6=BC=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(routes)/notification/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}
)