Add notification settings page

This commit adds a new page for configuring notification settings.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-15 03:08:50 +00:00
parent bbd5203b23
commit 598ee8187c
3 changed files with 162 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ const Settings = () => {
icon={Bell}
label="알림 설정"
description="앱 알림 및 리마인더"
onClick={() => navigate('/notification-settings')}
/>
</div>