Skip to content

Commit

Permalink
removing '.g' import
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhmudradi committed Jan 27, 2022
1 parent 2f8fc6d commit 0be2ca1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/middleware/reset_local_storage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import '../actions/actions.dart' as actions;
import '../util.dart' as util;
import 'local_storage.dart';

part 'reset_local_storage.g.dart';

reset_local_storage_middleware(Store<AppState> store, dynamic action, NextDispatcher next) {
next(action);
if (action is actions.ResetLocalStorage) {
Expand Down

0 comments on commit 0be2ca1

Please sign in to comment.