diff --git a/src/views/notification-page/NotificationPage.tsx b/src/views/notification-page/NotificationPage.tsx index d21d3d3..a494e56 100644 --- a/src/views/notification-page/NotificationPage.tsx +++ b/src/views/notification-page/NotificationPage.tsx @@ -8,6 +8,7 @@ type Props = { const SettingPage: FC = (props) => { return ( <> +

Not implemented

); };