removed old marianum message structure

This commit is contained in:
2024-05-12 14:44:12 +02:00
parent 8968e53e5c
commit 8ff993bf19
6 changed files with 0 additions and 135 deletions

View File

@ -25,7 +25,6 @@ import 'model/chatList/chatListProps.dart';
import 'model/chatList/chatProps.dart';
import 'model/files/filesProps.dart';
import 'model/holidays/holidaysProps.dart';
import 'model/message/messageProps.dart';
import 'model/timetable/timetableProps.dart';
import 'storage/base/settingsProvider.dart';
import 'theming/darkAppTheme.dart';
@ -71,7 +70,6 @@ Future<void> main() async {
ChangeNotifierProvider(create: (context) => ChatProps()),
ChangeNotifierProvider(create: (context) => FilesProps()),
ChangeNotifierProvider(create: (context) => MessageProps()),
ChangeNotifierProvider(create: (context) => HolidaysProps()),
],
child: const Main(),