diff --git a/src/App.tsx b/src/App.tsx index fa9d206..a9b829d 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -4,6 +4,7 @@ import React from "react"; import classNames from "classnames"; import Inputgroup from "components/Inputgroup"; +import Header1 from "components/Header1"; /* -------------------------------------------------------------------------- */ /* Application root component */ @@ -13,37 +14,11 @@ import Inputgroup from "components/Inputgroup"; * @return {JSX.Element} */ function App() { -<<<<<<< Updated upstream - return