diff --git a/lib/user_profile/user_profile.dart b/lib/user_profile/user_profile.dart index 841f6627..2c7f3d85 100644 --- a/lib/user_profile/user_profile.dart +++ b/lib/user_profile/user_profile.dart @@ -1,3 +1,3 @@ export 'bloc/user_profile_bloc.dart'; -export 'view/view.dart'; +export 'view/user_profile_page.dart'; export 'widgets/widgets.dart'; diff --git a/lib/user_profile/view/view.dart b/lib/user_profile/view/view.dart deleted file mode 100644 index c887a800..00000000 --- a/lib/user_profile/view/view.dart +++ /dev/null @@ -1 +0,0 @@ -export 'user_profile_page.dart';