Skip to content

Commit f417682

Browse files
committed
fix bad import
1 parent efa6188 commit f417682

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/domain/rss_content.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'package:xml/xml/nodes/element.dart';
1+
import 'package:xml/xml.dart';
22

33
final _imagesRegExp = new RegExp(
44
"<img\\s.*?src=(?:'|\")([^'\">]+)(?:'|\")",

lib/domain/rss_source.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'package:xml/xml/nodes/element.dart';
1+
import 'package:xml/xml.dart';
22

33
class RssSource {
44
final String url;

0 commit comments

Comments
 (0)