10 lines
173 B
TypeScript

import SurveySaleDownloadPdf from '@/components/pdf/SurveySaleDownloadPdf'
export default function page() {
return (
<>
<SurveySaleDownloadPdf />
</>
)
}