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>
   );
 }