diff options
Diffstat (limited to 'lib/pages/homepage.dart')
-rwxr-xr-x | lib/pages/homepage.dart | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pages/homepage.dart b/lib/pages/homepage.dart index c5398a7..7b3c8df 100755 --- a/lib/pages/homepage.dart +++ b/lib/pages/homepage.dart @@ -3,7 +3,6 @@ import 'package:flutter/material.dart'; import 'package:recipes/models/recipe.dart'; class HomePage extends StatelessWidget { - final List<Recipe> _allRecipes = Recipe.allRecipes(); HomePage() {} |