8 lines
182 B
TypeScript
8 lines
182 B
TypeScript
|
|
import InformasiDikecualikan from '@/components/table/informasi-dikecualikan'
|
||
|
|
|
||
|
|
export default function InfromationExcluded() {
|
||
|
|
return (
|
||
|
|
<InformasiDikecualikan />
|
||
|
|
)
|
||
|
|
}
|