ccdp10003-project02/components/footer.tsx

6 lines
87 B
TypeScript
Raw Normal View History

import React from 'react';
export default function Footer() {
return <div></div>;
}