remove changes in App.tsx

This commit is contained in:
Maximus 2022-07-28 17:37:51 +03:00
parent f799a33b17
commit 596fdd9d71

View File

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