From 04566abd403bcee4f5e203bae493b0a9fc118b45 Mon Sep 17 00:00:00 2001 From: zaraon Date: Fri, 17 May 2024 18:46:52 +0100 Subject: [PATCH 1/2] Update App.js --- App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.js b/App.js index fd6528412..efdb53e20 100644 --- a/App.js +++ b/App.js @@ -16,7 +16,7 @@ import '@aws-amplify/ui-react/styles.css'; import awsExports from './aws-exports'; // Imports the Quiz component from Quiz.js for use in this file. -import Quiz from './Quiz'; + // Configures the Amplify library with the settings from aws-exports.js, which includes all the AWS service configurations for this project. Amplify.configure(awsExports); From 000ff2919b0ae0a1aa6d6a0547575c833d1dc499 Mon Sep 17 00:00:00 2001 From: zaraon Date: Fri, 17 May 2024 20:31:51 +0100 Subject: [PATCH 2/2] Update App.js 11 --- App.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/App.js b/App.js index efdb53e20..ccc50778d 100644 --- a/App.js +++ b/App.js @@ -28,9 +28,7 @@ function App() { {({ signOut }) => (
- {/* Quiz Component */} - - {/* Sign Out Button */} +