File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
packages/authenticator/amplify_authenticator/lib Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ export 'src/widgets/form_field.dart'
93
93
SignUpFormField,
94
94
TotpSetupFormField,
95
95
VerifyUserFormField;
96
+ export 'src/widgets/social/social_button.dart' ;
96
97
97
98
/// {@template amplify_authenticator.authenticator}
98
99
/// # Amplify Authenticator
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import 'package:amplify_authenticator/src/utils/list.dart';
12
12
import 'package:amplify_authenticator/src/widgets/button.dart' ;
13
13
import 'package:amplify_authenticator/src/widgets/component.dart' ;
14
14
import 'package:amplify_authenticator/src/widgets/form_field.dart' ;
15
- import 'package:amplify_authenticator/src/widgets/social/social_button.dart' ;
16
15
// ignore: implementation_imports
17
16
import 'package:amplify_core/src/config/amplify_outputs/auth/identity_provider.dart' ;
18
17
// ignore: implementation_imports
You can’t perform that action at this time.
0 commit comments