From 278f3ea4eb91bbca97f4f0af79fcc63393ba25f1 Mon Sep 17 00:00:00 2001 From: Matthew Hutchinson Date: Thu, 6 Oct 2022 08:23:06 -0400 Subject: [PATCH 1/2] add card.js --- lib/card.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 lib/card.js diff --git a/lib/card.js b/lib/card.js new file mode 100644 index 0000000..e69de29 From 14f2083a011d731c6789cfc364968a79854da4b7 Mon Sep 17 00:00:00 2001 From: Matthew Hutchinson Date: Thu, 6 Oct 2022 08:28:55 -0400 Subject: [PATCH 2/2] Console Log --- lib/card.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/card.js b/lib/card.js index e69de29..28aa28a 100644 --- a/lib/card.js +++ b/lib/card.js @@ -0,0 +1 @@ +console.log("card.js");