Skip to content

Commit da363a2

Browse files
committed
[104] Correcting import order.
1 parent 75f79b6 commit da363a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdc_100_series/lib/category_menu_page.dart

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

18-
import 'model/product.dart';
1918
import 'colors.dart';
19+
import 'model/product.dart';
2020

2121
class CategoryMenuPage extends StatelessWidget {
2222
final Category currentCategory;

0 commit comments

Comments
 (0)