refactor: rename UI to View and MVC login page

This commit is contained in:
Christian Pauly 2021-05-22 09:08:23 +02:00
commit b01d7d0000
48 changed files with 146 additions and 125 deletions

View file

@ -9,7 +9,7 @@ import 'package:flutter_gen/gen_l10n/l10n.dart';
import 'package:future_loading_dialog/future_loading_dialog.dart';
import 'package:image_picker/image_picker.dart';
import 'views/settings_emotes_ui.dart';
import 'views/settings_emotes_view.dart';
import '../widgets/matrix.dart';
class EmotesSettings extends StatefulWidget {