added app download route

This commit was merged in pull request #50.
This commit is contained in:
victorAnumudu
2023-12-20 18:29:22 +01:00
parent 2a7643e8b2
commit c9ed414753
4 changed files with 49 additions and 24 deletions
@@ -0,0 +1,9 @@
import React from 'react'
export default function AppDownload() {
return (
<div>
<div className='vh-100 d-flex justify-content-center align-items-center'>App Download Content Here</div>
</div>
)
}