import React from "react"; const Ebook = ({ width, height, color }) => ( ); export default Ebook;