9 lines
198 B
TypeScript
9 lines
198 B
TypeScript
|
|
import InformasiSertaMerta from '@/components/table/informasi-sertamerta'
|
||
|
|
import React from 'react'
|
||
|
|
|
||
|
|
export default function InformasiSMPage() {
|
||
|
|
return (
|
||
|
|
<InformasiSertaMerta />
|
||
|
|
)
|
||
|
|
}
|