From 1fc48155da8e7a82c761d8c3c3dbdc07f9249edf Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Thu, 18 Aug 2022 19:17:17 +0800 Subject: [PATCH] chore: update example main.dart --- .../packages/appflowy_editor/example/lib/main.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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';