File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import 'package:ht_dashboard/authentication/bloc/authentication_bloc.dart';
1010import 'package:ht_dashboard/authentication/view/authentication_page.dart' ;
1111import 'package:ht_dashboard/authentication/view/email_code_verification_page.dart' ;
1212import 'package:ht_dashboard/authentication/view/request_code_page.dart' ;
13+ import 'package:ht_dashboard/content_management/view/create_headline_page.dart' ;
1314import 'package:ht_dashboard/content_management/view/categories_page.dart' ;
1415import 'package:ht_dashboard/content_management/view/edit_category_page.dart' ;
1516import 'package:ht_dashboard/content_management/view/edit_source_page.dart' ;
@@ -168,9 +169,7 @@ GoRouter createRouter({
168169 GoRoute (
169170 path: Routes .createHeadline,
170171 name: Routes .createHeadlineName,
171- builder: (context, state) => const PlaceholderCreatePage (
172- title: 'Create New Headline' ,
173- ), // Placeholder
172+ builder: (context, state) => const CreateHeadlinePage (),
174173 ),
175174 GoRoute (
176175 path: Routes .editHeadline,
You can’t perform that action at this time.
0 commit comments