diff --git a/components/widgets/Footer.jsx b/components/widgets/Footer.jsx index e930df8..d456a9c 100644 --- a/components/widgets/Footer.jsx +++ b/components/widgets/Footer.jsx @@ -1,47 +1,56 @@ - -import React from "react" +import React from "react"; function Footer() { - - return ( - + ); +} -export default Footer \ No newline at end of file +export default Footer;