diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..521a9f7 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +legacy-peer-deps=true diff --git a/src/App.tsx b/src/App.tsx index 69002fa..fa9d206 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -2,6 +2,9 @@ /* Libraries */ /* -------------------------------------------------------------------------- */ import React from "react"; +import classNames from "classnames"; +import Inputgroup from "components/Inputgroup"; + /* -------------------------------------------------------------------------- */ /* Application root component */ /* -------------------------------------------------------------------------- */ @@ -10,7 +13,37 @@ import React from "react"; * @return {JSX.Element} */ function App() { +<<<<<<< Updated upstream return