Skip to content

Commit

Permalink
double import
Browse files Browse the repository at this point in the history
  • Loading branch information
tshedor committed Aug 27, 2024
1 parent 4caa270 commit a58e7c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'package:analyzer/dart/element/element.dart';
import 'package:brick_build/generators.dart' show ProviderSerializableGenerator, SerdesGenerator;
import 'package:brick_core/field_rename.dart';
import 'package:brick_graphql/brick_graphql.dart';
import 'package:brick_graphql/brick_graphql.dart' show GraphqlSerializable;
import 'package:brick_graphql_generators/src/graphql_deserialize.dart';
import 'package:brick_graphql_generators/src/graphql_fields.dart';
import 'package:brick_graphql_generators/src/graphql_serializable_query_transformer_extended.dart';
Expand Down

0 comments on commit a58e7c6

Please sign in to comment.