File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ import 'package:ht_dashboard/authentication/view/request_code_page.dart';
13
13
import 'package:ht_dashboard/content_management/view/content_management_page.dart' ;
14
14
import 'package:ht_dashboard/content_management/view/create_category_page.dart' ;
15
15
import 'package:ht_dashboard/content_management/view/create_headline_page.dart' ;
16
+ import 'package:ht_dashboard/content_management/view/create_source_page.dart' ;
16
17
import 'package:ht_dashboard/content_management/view/edit_category_page.dart' ;
17
18
import 'package:ht_dashboard/content_management/view/edit_headline_page.dart' ;
18
19
import 'package:ht_dashboard/content_management/view/edit_source_page.dart' ;
19
20
import 'package:ht_dashboard/dashboard/view/dashboard_page.dart' ;
20
21
import 'package:ht_dashboard/router/routes.dart' ;
21
22
import 'package:ht_dashboard/settings/view/settings_page.dart' ;
22
- import 'package:ht_dashboard/shared/widgets/placeholder_create_page.dart' ;
23
23
24
24
/// Creates and configures the GoRouter instance for the application.
25
25
///
@@ -193,9 +193,7 @@ GoRouter createRouter({
193
193
GoRoute (
194
194
path: Routes .createSource,
195
195
name: Routes .createSourceName,
196
- builder: (context, state) => const PlaceholderCreatePage (
197
- title: 'Create New Source' ,
198
- ), // Placeholder
196
+ builder: (context, state) => const CreateSourcePage (),
199
197
),
200
198
GoRoute (
201
199
path: Routes .editSource,
You can’t perform that action at this time.
0 commit comments