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