diff --git a/frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart b/frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart index 0f96f8b716..8b00d936ee 100644 --- a/frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart +++ b/frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart @@ -3,9 +3,9 @@ import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; -import 'package:example/expandable_floating_action_button.dart'; -import 'package:example/plugin/image_node_widget.dart'; -import 'package:example/plugin/youtube_link_node_widget.dart'; +import 'expandable_floating_action_button.dart'; +import 'plugin/image_node_widget.dart'; +import 'plugin/youtube_link_node_widget.dart'; import 'package:appflowy_editor/appflowy_editor.dart';