import React ,{Component}from "react"; class EVAfooter extends Component{ render(){ return(
EVA TECH
) } } export default EVAfooter