diff --git a/apps/web/app/[locale]/timesheet/page.tsx b/apps/web/app/[locale]/timesheet/page.tsx index 80fea0858..985677e29 100644 --- a/apps/web/app/[locale]/timesheet/page.tsx +++ b/apps/web/app/[locale]/timesheet/page.tsx @@ -26,7 +26,7 @@ type ViewToggleButtonProps = { interface FooterTimeSheetProps { fullWidth: boolean; -}; +} function TimeSheetPage() { const t = useTranslations();