Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavriil-Tzortzakis authored and actions-user committed Oct 31, 2024
1 parent 7fa6cae commit 8b15f4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions shared/locales/en/website-responses.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@
"title": "Follow-up Survey",
"description": "Filled out every 6 months after recipient left the program"
}



}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { DefaultPageProps } from '@/app/[lang]/[region]';
import { firestoreAdmin } from '@/firebase-admin';
import { SurveyQuestionnaire } from '@socialincome/shared/src/types/survey';
import { Translator } from '@socialincome/shared/src/utils/i18n';
import { SurveyStatsCalculator } from '@socialincome/shared/src/utils/stats/SurveyStatsCalculator';
import { BaseContainer, Card, CardTitle, Typography } from '@socialincome/ui';
import { Translator } from '@socialincome/shared/src/utils/i18n';
import { DefaultPageProps } from '@/app/[lang]/[region]';
import { SurveyQuestionnaire } from '@socialincome/shared/src/types/survey';

export const revalidate = 3600; // update once an hour
export default async function Page({ params: { lang } }: DefaultPageProps) {
Expand Down

0 comments on commit 8b15f4f

Please sign in to comment.