From 9984dbffa219d17b13dcdd16fe2ce2828922fb36 Mon Sep 17 00:00:00 2001 From: shilangyu Date: Sun, 21 Feb 2021 16:29:12 +0100 Subject: [PATCH] Sort imports --- lib/pages/community.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/community.dart b/lib/pages/community.dart index f8df039..a4922ee 100644 --- a/lib/pages/community.dart +++ b/lib/pages/community.dart @@ -21,8 +21,8 @@ import '../widgets/fullscreenable_image.dart'; import '../widgets/info_table_popup.dart'; import '../widgets/markdown_text.dart'; import '../widgets/sortable_infinite_list.dart'; -import 'modlog_page.dart'; import 'create_post.dart'; +import 'modlog_page.dart'; /// Displays posts, comments, and general info about the given community class CommunityPage extends HookWidget {