mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
6 lines
169 B
TypeScript
6 lines
169 B
TypeScript
const Footer = () => {
|
|
return <div className="p-4 text-sm text-gray-400">Powered by onedrive-vercel-index. Made with ❤ by SpencerWoo.</div>
|
|
}
|
|
|
|
export default Footer
|