Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -28,9 +28,7 @@ function App() {
{({ signOut }) => (
<main>
<header className='App-header'>
{/* Quiz Component */}
<Quiz />
{/* Sign Out Button */}

<button
onClick={signOut}
style={{
Expand Down