Files
Users-Wrench/src/components/AppDownload/AppDownload.jsx
T
2023-12-20 14:39:17 +01:00

10 lines
208 B
React

import React from 'react'
export default function AppDownload() {
return (
<div>
<div className='h-screen flex justify-center items-center'>App Download Content Comes here</div>
</div>
)
}