Skip to content

Commit

Permalink
rmv unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush0Chaudhary committed Feb 9, 2023
1 parent 3bea609 commit 589c200
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ import 'package:talawa/models/user/user_info.dart';
import 'package:talawa/services/post_service.dart';
import 'package:talawa/services/size_config.dart';
import 'package:talawa/utils/app_localization.dart';
import 'package:talawa/view_model/after_auth_view_models/feed_view_models/organization_feed_view_model.dart';
import 'package:talawa/view_model/main_screen_view_model.dart';
import 'package:talawa/views/after_auth_screens/feed/organization_feed.dart';

import '../../../helpers/test_helpers.dart';
import '../../../helpers/test_helpers.mocks.dart';
import '../../../helpers/test_locator.dart';

Widget createOrganizationFeedScreen({
Expand Down

0 comments on commit 589c200

Please sign in to comment.