Skip to content

Commit 1fc4815

Browse files
committed
chore: update example main.dart
1 parent bbc9b5e commit 1fc4815

File tree

1 file changed

+3
-3
lines changed
  • frontend/app_flowy/packages/appflowy_editor/example/lib

1 file changed

+3
-3
lines changed

frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import 'dart:convert';
33
import 'package:flutter/material.dart';
44
import 'package:flutter/services.dart';
55

6-
import 'package:example/expandable_floating_action_button.dart';
7-
import 'package:example/plugin/image_node_widget.dart';
8-
import 'package:example/plugin/youtube_link_node_widget.dart';
6+
import 'expandable_floating_action_button.dart';
7+
import 'plugin/image_node_widget.dart';
8+
import 'plugin/youtube_link_node_widget.dart';
99

1010
import 'package:appflowy_editor/appflowy_editor.dart';
1111

0 commit comments

Comments
 (0)