File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,14 @@ import 'package:ht_auth_repository/ht_auth_repository.dart';
88import 'package:ht_dashboard/app/app.dart' ;
99import 'package:ht_dashboard/app/config/config.dart' as app_config;
1010import 'package:ht_dashboard/bloc_observer.dart' ;
11- import 'package:ht_dashboard/shared/localization/ar_timeago_messages.dart' ;
12- import 'package:ht_dashboard/shared/localization/en_timeago_messages.dart' ;
1311import 'package:ht_data_api/ht_data_api.dart' ;
1412import 'package:ht_data_client/ht_data_client.dart' ;
1513import 'package:ht_data_inmemory/ht_data_inmemory.dart' ;
1614import 'package:ht_data_repository/ht_data_repository.dart' ;
1715import 'package:ht_http_client/ht_http_client.dart' ;
1816import 'package:ht_kv_storage_shared_preferences/ht_kv_storage_shared_preferences.dart' ;
1917import 'package:ht_shared/ht_shared.dart' ;
18+ import 'package:ht_ui_kit/ht_ui_kit.dart' ;
2019import 'package:logging/logging.dart' ;
2120import 'package:timeago/timeago.dart' as timeago;
2221
@@ -48,7 +47,6 @@ Future<Widget> bootstrap(
4847 httpClient = HtHttpClient (
4948 baseUrl: appConfig.baseUrl,
5049 tokenProvider: () => authenticationRepository.getAuthToken (),
51- isWeb: kIsWeb,
5250 );
5351 authClient = HtAuthApi (
5452 httpClient: httpClient,
You can’t perform that action at this time.
0 commit comments