From 3687b9b4d00b65b477b20b5532c787ab067faa1a Mon Sep 17 00:00:00 2001 From: Jorge Date: Mon, 16 Sep 2024 11:13:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20BUG=20FIX=20-=20Deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Instructions.js | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/components/Instructions.js b/src/components/Instructions.js index 24ddc2a..964d217 100644 --- a/src/components/Instructions.js +++ b/src/components/Instructions.js @@ -1,15 +1,15 @@ export default function Instructions() { - return ( - - ); - } \ No newline at end of file + return ( + + ); +}