Skip to content

Commit d4b3958

Browse files
committed
remove strange imports
1 parent bd8fc87 commit d4b3958

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

lib/src/interactable_element.dart

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ import 'package:flutter_html/style.dart';
44
import 'package:html/dom.dart' as dom;
55

66
import 'html_elements.dart';
7-
import 'html_elements.dart';
8-
import 'html_elements.dart';
9-
import 'html_elements.dart';
10-
import 'html_elements.dart';
11-
import 'html_elements.dart';
12-
import 'html_elements.dart';
7+
138

149
/// An [InteractableElement] is a [StyledElement] that takes user gestures (e.g. tap).
1510
class InteractableElement extends StyledElement {

0 commit comments

Comments
 (0)