9 lines
199 B
TypeScript
9 lines
199 B
TypeScript
|
|
import InformasiSetiapSaat from '@/components/table/informasi-setiap-saat'
|
||
|
|
import React from 'react'
|
||
|
|
|
||
|
|
export default function InformasiSSPage() {
|
||
|
|
return (
|
||
|
|
<InformasiSetiapSaat />
|
||
|
|
)
|
||
|
|
}
|