TF-2311 Remove session page view

(cherry picked from commit 557d67b816c91076d8cafc9aa680e62d5b012f5b)
This commit is contained in:
dab246
2023-11-14 17:29:22 +07:00
committed by Dat Vu
parent 00bfadbfe7
commit 4ff601b4fc
42 changed files with 220 additions and 470 deletions
@@ -3603,4 +3603,11 @@ class AppLocalizations {
name: 'subjectDescending',
);
}
String get notFoundSession {
return Intl.message(
'Session not found',
name: 'notFoundSession',
);
}
}