diff --git a/react/Authors.tsx b/react/Authors.tsx new file mode 100644 index 0000000..6576b05 --- /dev/null +++ b/react/Authors.tsx @@ -0,0 +1,3 @@ +import Authors from "./components/Authors/Authors"; + +export default Authors; diff --git a/react/Autores.tsx b/react/Autores.tsx deleted file mode 100644 index 9381cb5..0000000 --- a/react/Autores.tsx +++ /dev/null @@ -1,3 +0,0 @@ -import Autores from "./components/Autores/Autores"; - -export default Autores; diff --git a/react/InstallmentProduct.tsx b/react/InstallmentProduct.tsx deleted file mode 100644 index 0827efa..0000000 --- a/react/InstallmentProduct.tsx +++ /dev/null @@ -1,3 +0,0 @@ -import InstallmentProduct from "./components/InstallmentProduct/InstallmentProduct"; - -export default InstallmentProduct; diff --git a/react/components/Autores/Autores.tsx b/react/components/Authors/Authors.tsx similarity index 66% rename from react/components/Autores/Autores.tsx rename to react/components/Authors/Authors.tsx index 12ef274..d2b6408 100644 --- a/react/components/Autores/Autores.tsx +++ b/react/components/Authors/Authors.tsx @@ -1,17 +1,18 @@ import React from "react"; +import styles from "./styles.css"; -const Autores = () => { +const Authors = () => { return ( -
-