Viewing File: /home/ubuntu/misabloom-frontend-base/src/components/layouts/Footer/EmptyFooter.jsx

import React from "react";

const EmptyFooter = () => {
	return (
		<>
			<footer>
				{/* Footer code */}
			</footer>
		</>
	);
};

export default EmptyFooter;
Back to Directory File Manager