import React from 'react'
const JKDownload = () => {
return (
<div>JKDownload</div>
)
}
export default JKDownload