refactor: Rename views to pages
This commit is contained in:
parent
c8827ae1b2
commit
74606b1600
63 changed files with 77 additions and 77 deletions
|
|
@ -12,7 +12,7 @@ import 'package:pedantic/pedantic.dart';
|
|||
|
||||
import '../../utils/date_time_extension.dart';
|
||||
import '../avatar.dart';
|
||||
import '../../views/send_file_dialog.dart';
|
||||
import '../../pages/send_file_dialog.dart';
|
||||
import 'package:future_loading_dialog/future_loading_dialog.dart';
|
||||
import '../matrix.dart';
|
||||
import '../mouse_over_builder.dart';
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
|
|||
import 'package:flutter_gen/gen_l10n/l10n.dart';
|
||||
|
||||
import '../avatar.dart';
|
||||
import '../../views/user_bottom_sheet.dart';
|
||||
import '../../pages/user_bottom_sheet.dart';
|
||||
|
||||
class ParticipantListItem extends StatelessWidget {
|
||||
final User user;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue