added exam filter finally

This commit is contained in:
ReinerRego
2023-12-09 19:58:43 +01:00
parent bdfec4230b
commit 70c8ac1876
4 changed files with 8 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ import 'package:provider/provider.dart';
const List<FilterType> homeFilters = [
FilterType.all,
FilterType.grades,
FilterType.exams,
FilterType.messages,
FilterType.absences
];