Skip to content

Commit 4b7eda1

Browse files
authored
Remove reference to removed NodeGlue (#9151)
1 parent 4fdf69d commit 4b7eda1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/devtools_app/lib/src/shared/config_specific/import_export

packages/devtools_app/lib/src/shared/config_specific/import_export/_export_web.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import 'dart:js_interop';
66
import 'dart:typed_data';
77

8-
import 'package:web/web.dart' hide NodeGlue;
8+
import 'package:web/web.dart';
99

1010
import 'import_export.dart';
1111

0 commit comments

Comments
 (0)