Skip to content

Commit 689eeeb

Browse files
committed
Sort imports
1 parent 4500df4 commit 689eeeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devtools_app/lib/src/standalone_ui/standalone_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import 'package:flutter/material.dart';
88

99
import '../shared/globals.dart';
1010
import '../shared/ui/common_widgets.dart';
11-
import 'ide_shared/property_editor/property_editor_panel.dart';
1211
import 'ide_shared/not_connected_overlay.dart';
12+
import 'ide_shared/property_editor/property_editor_panel.dart';
1313
import 'vs_code/flutter_panel.dart';
1414

1515
/// "Screens" that are intended for standalone use only, likely for embedding

0 commit comments

Comments
 (0)