import React from "react"; import FooterStyle from "./footer.style"; import { name } from "config"; import Status from "./status"; function footer() { return (
Build By {name}
{/*
*/}
); } export default footer;