File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
lib/content_management/view Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,8 @@ class CategoriesPage extends StatelessWidget {
99
1010 @override
1111 Widget build (BuildContext context) {
12- return const Scaffold (
13- body: Center (
14- child: Text ('Categories Page' ),
15- ),
12+ return const Center (
13+ child: Text ('Categories Page' ),
1614 );
1715 }
1816}
Original file line number Diff line number Diff line change @@ -9,10 +9,8 @@ class HeadlinesPage extends StatelessWidget {
99
1010 @override
1111 Widget build (BuildContext context) {
12- return const Scaffold (
13- body: Center (
14- child: Text ('Headlines Page' ),
15- ),
12+ return const Center (
13+ child: Text ('Headlines Page' ),
1614 );
1715 }
1816}
Original file line number Diff line number Diff line change @@ -9,10 +9,8 @@ class SourcesPage extends StatelessWidget {
99
1010 @override
1111 Widget build (BuildContext context) {
12- return const Scaffold (
13- body: Center (
14- child: Text ('Sources Page' ),
15- ),
12+ return const Center (
13+ child: Text ('Sources Page' ),
1614 );
1715 }
1816}
You can’t perform that action at this time.
0 commit comments