fix: update import paths after client-side file renames

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jubnl
2026-04-02 18:59:22 +02:00
parent c0e9a771d6
commit bbf3f0cae8
6 changed files with 12 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ import { useSettingsStore } from '../store/settingsStore'
import Navbar from '../components/Layout/Navbar'
import InAppNotificationItem from '../components/Notifications/InAppNotificationItem.tsx'
export default function NotificationsPage(): React.ReactElement {
export default function InAppNotificationsPage(): React.ReactElement {
const { t } = useTranslation()
const { settings } = useSettingsStore()
const darkMode = settings.dark_mode