diff --git a/src/App.tsx b/src/App.tsx deleted file mode 100644 index a9b829d..0000000 --- a/src/App.tsx +++ /dev/null @@ -1,24 +0,0 @@ -/* -------------------------------------------------------------------------- */ -/* Libraries */ -/* -------------------------------------------------------------------------- */ -import React from "react"; -import classNames from "classnames"; -import Inputgroup from "components/Inputgroup"; -import Header1 from "components/Header1"; - -/* -------------------------------------------------------------------------- */ -/* Application root component */ -/* -------------------------------------------------------------------------- */ -/** - * Application root component - * @return {JSX.Element} - */ -function App() { - return ( -