We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5004dc7 commit 07bdfc2Copy full SHA for 07bdfc2
packages/aws-amplify-react/src/Auth/Authenticator.jsx
@@ -12,7 +12,7 @@
12
*/
13
14
import React, { Component } from 'react';
15
-import { Amplify, I18n, ConsoleLogger as Logger, Hub } from '@aws-amplify/core';
+import Amplify, { I18n, ConsoleLogger as Logger, Hub } from '@aws-amplify/core';
16
import Auth from '@aws-amplify/auth';
17
import Greetings from './Greetings';
18
import SignIn from './SignIn';
0 commit comments