New Layout - Pro Bewertung

This commit is contained in:
Jonas Braus
2024-11-28 19:39:06 +01:00
parent c272b80f15
commit 7f85b84a15
6 changed files with 123 additions and 61 deletions
-1
View File
@@ -13,7 +13,6 @@ class PageProvider extends ChangeNotifier {
];
void setSelectedPage(var index) {
print("hallo");
selectedPage = index;
notifyListeners();
}