From d842afaf84944323894048c7eb0c7d44232ae6b2 Mon Sep 17 00:00:00 2001
From: anzyu-neu <122393965+anzyu-neu@users.noreply.github.com>
Date: Fri, 9 Feb 2024 15:48:05 -0500
Subject: [PATCH 01/13] full name added
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 891dcb4d..064ecfe4 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
## Personal Information:
-Full Name: Enter Your Full Name
+Full Name: Andy Yu
## Getting Started
First, fork this repository and clone it to your local machine.
From a5764e93fab5ce3975e1044ef6dc88bd54dc170d Mon Sep 17 00:00:00 2001
From: anzyu-neu <122393965+anzyu-neu@users.noreply.github.com>
Date: Fri, 9 Feb 2024 16:07:13 -0500
Subject: [PATCH 02/13] multi-line return fixed
---
src/pages/qcomps/profile_mistake.js | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/pages/qcomps/profile_mistake.js b/src/pages/qcomps/profile_mistake.js
index ac318d70..50d1b6a8 100644
--- a/src/pages/qcomps/profile_mistake.js
+++ b/src/pages/qcomps/profile_mistake.js
@@ -1,4 +1,7 @@
export default function profile() {
- return
-
;
+ return (
+
);
}
From 5d236b57873cc0bcfecd6faceeeaee47258ecb0b Mon Sep 17 00:00:00 2001
From: anzyu-neu <122393965+anzyu-neu@users.noreply.github.com>
Date: Fri, 9 Feb 2024 16:10:54 -0500
Subject: [PATCH 03/13] implemented first component
---
src/pages/qcomps/firstcomp.js | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/src/pages/qcomps/firstcomp.js b/src/pages/qcomps/firstcomp.js
index 9cce715e..dc46e992 100644
--- a/src/pages/qcomps/firstcomp.js
+++ b/src/pages/qcomps/firstcomp.js
@@ -1 +1,12 @@
-function MyComp() {}
\ No newline at end of file
+export default function MyComp() {
+ return (
+
+
- You can find my thoughts here.
-
- And pictures of people!
-
+