Viewing File: /home/ubuntu/voice-assistant-frontend/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