Skip to content

Commit

Permalink
Update testing_home_page.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
EchoEllet authored Nov 13, 2023
1 parent 1edc059 commit 6d2f3ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions example/lib/pages/testing_home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ class TestingHomePage extends StatelessWidget {

@override
Widget build(BuildContext context) {
return const Scaffold(
appBar: QuillToolbar(),
);
return const Scaffold();
}
}

0 comments on commit 6d2f3ca

Please sign in to comment.