Skip to content

Commit

Permalink
fixed a comment on home.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrinzigmundv committed Aug 16, 2023
1 parent 0766cb9 commit cbaae6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pages/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import 'package:librum/data/verses.dart';
class MyHomePage extends StatelessWidget {
MyHomePage({super.key, required this.verses, required this.randomVerses});

//Will hold the 3 random verses for the widgets and clipboard copyer in case the user taps on a Verse
late Verses verses;

late List<Verse> randomVerses;
Expand Down

0 comments on commit cbaae6b

Please sign in to comment.