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';
10
10
import 'package:ht_dashboard/authentication/view/authentication_page.dart' ;
11
11
import 'package:ht_dashboard/authentication/view/email_code_verification_page.dart' ;
12
12
import 'package:ht_dashboard/authentication/view/request_code_page.dart' ;
13
+ import 'package:ht_dashboard/content_management/view/create_headline_page.dart' ;
13
14
import 'package:ht_dashboard/content_management/view/categories_page.dart' ;
14
15
import 'package:ht_dashboard/content_management/view/edit_category_page.dart' ;
15
16
import 'package:ht_dashboard/content_management/view/edit_source_page.dart' ;
@@ -168,9 +169,7 @@ GoRouter createRouter({
168
169
GoRoute (
169
170
path: Routes .createHeadline,
170
171
name: Routes .createHeadlineName,
171
- builder: (context, state) => const PlaceholderCreatePage (
172
- title: 'Create New Headline' ,
173
- ), // Placeholder
172
+ builder: (context, state) => const CreateHeadlinePage (),
174
173
),
175
174
GoRoute (
176
175
path: Routes .editHeadline,
You can’t perform that action at this time.
0 commit comments