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 */ /* -------------------------------------------------------------------------- */