8 lines
163 B
TypeScript
8 lines
163 B
TypeScript
|
|
import InformasiBerkala from '@/components/table/informasi-berkala'
|
||
|
|
|
||
|
|
export default function InformasiSMPage() {
|
||
|
|
return (
|
||
|
|
<InformasiBerkala />
|
||
|
|
)
|
||
|
|
}
|