diff --git a/src/components/footer/FooterStyleTwo/FooterStyleTwo.tsx b/src/components/footer/FooterStyleTwo/FooterStyleTwo.tsx new file mode 100644 index 0000000..caaec62 --- /dev/null +++ b/src/components/footer/FooterStyleTwo/FooterStyleTwo.tsx @@ -0,0 +1,51 @@ +import React from 'react'; + +const FooterStyleTwo = () => { + return ( + + ); +}; + +export default FooterStyleTwo; \ No newline at end of file