From 5777ee550d3a45b5ca0b4c54ad89fbb4c84b2008 Mon Sep 17 00:00:00 2001 From: Maximus Date: Thu, 28 Jul 2022 17:41:43 +0300 Subject: [PATCH] fixed App tsx --- src/App.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 0a199a1..e9d3678 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,14 +1,7 @@ /* -------------------------------------------------------------------------- */ /* Libraries */ /* -------------------------------------------------------------------------- */ -import React, { useEffect } from "react"; -/* -------------------------------------------------------------------------- */ -/* Parts */ -/* -------------------------------------------------------------------------- */ -/* -------------------------------------------------------------------------- */ -/* Misc */ -/* -------------------------------------------------------------------------- */ -import { SVGArrowBigRight, SVGArrowDown, SVGDelete, SVGFavorite } from "components/icons"; +import React from "react"; /* -------------------------------------------------------------------------- */ /* Application root component */ /* -------------------------------------------------------------------------- */