Skip to content

Commit 07bdfc2

Browse files
Gautieryuth
authored andcommitted
fix(aws-amplify-react): Fix import statement (#1695)
Related to #1482 and #1484
1 parent 5004dc7 commit 07bdfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-amplify-react/src/Auth/Authenticator.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*/
1313

1414
import React, { Component } from 'react';
15-
import { Amplify, I18n, ConsoleLogger as Logger, Hub } from '@aws-amplify/core';
15+
import Amplify, { I18n, ConsoleLogger as Logger, Hub } from '@aws-amplify/core';
1616
import Auth from '@aws-amplify/auth';
1717
import Greetings from './Greetings';
1818
import SignIn from './SignIn';

0 commit comments

Comments
 (0)