Skip to content

Commit

Permalink
fix: accommodate major release of aws-amplify in CLI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hein Jeong authored and hein-j committed Nov 16, 2022
1 parent 7901efd commit 36362a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-generator/e2e-test-templates/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
See the License for the specific language governing permissions and
limitations under the License.
*/
import Amplify from 'aws-amplify';
import { Amplify } from 'aws-amplify';
import '@aws-amplify/ui-react/styles.css';
import { AmplifyProvider } from '@aws-amplify/ui-react';
import awsconfig from './aws-exports';
Expand Down

0 comments on commit 36362a2

Please sign in to comment.