From 596fdd9d71e3893f96036c96cc16a97df9ff0cdc Mon Sep 17 00:00:00 2001
From: Maximus <ten.maksim97@gmail.com>
Date: Thu, 28 Jul 2022 17:37:51 +0300
Subject: [PATCH] remove changes in App.tsx

---
 src/App.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App.tsx b/src/App.tsx
index defc0e0..0a199a1 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -18,7 +18,7 @@ import { SVGArrowBigRight, SVGArrowDown, SVGDelete, SVGFavorite } from "componen
  */
 function App() {
   return (
-    <SVGDelete className="w-full h-full stroke-blue-500" />
+    <div>Hello world!</div>
   );
 }