|
@@ -3,7 +3,7 @@ import 'package:app_flowy/startup/startup.dart';
|
|
|
import 'package:app_flowy/workspace/presentation/home/home_stack.dart';
|
|
|
import 'package:app_flowy/workspace/presentation/home/menu/menu.dart';
|
|
|
import 'package:easy_localization/easy_localization.dart';
|
|
|
-import 'package:flowy_infra/color_extension.dart';
|
|
|
+import 'package:flowy_infra/theme_extension.dart';
|
|
|
import 'package:flowy_infra/image.dart';
|
|
|
import 'package:flowy_infra/size.dart';
|
|
|
import 'package:flowy_infra_ui/style_widget/extension.dart';
|
|
@@ -58,4 +58,4 @@ class MenuTrash extends StatelessWidget {
|
|
|
],
|
|
|
);
|
|
|
}
|
|
|
-}
|
|
|
+}
|