10 lines
173 B
TypeScript
10 lines
173 B
TypeScript
import SurveySaleDownloadPdf from '@/components/pdf/SurveySaleDownloadPdf'
|
|
|
|
export default function page() {
|
|
return (
|
|
<>
|
|
<SurveySaleDownloadPdf />
|
|
</>
|
|
)
|
|
}
|