Skip to content

Commit

Permalink
fix(examples): cleanup bloc example
Browse files Browse the repository at this point in the history
  • Loading branch information
micimize committed May 23, 2020
1 parent a0e0d5c commit 82724f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/flutter_bloc/lib/extended_bloc/graphql/bloc.dart
Expand Up @@ -3,7 +3,6 @@ import 'dart:async';
import 'package:bloc/bloc.dart';
import 'package:graphql/client.dart';
import 'package:meta/meta.dart';
import 'package:graphql/internal.dart';

import 'package:graphql_flutter_bloc_example/extended_bloc/graphql/event.dart';
import 'package:graphql_flutter_bloc_example/extended_bloc/graphql/state.dart';
Expand Down

0 comments on commit 82724f0

Please sign in to comment.