9 lines
177 B
TypeScript
9 lines
177 B
TypeScript
|
|
import AnnualReport from '@/components/table/laporan-tahunan'
|
||
|
|
import React from 'react'
|
||
|
|
|
||
|
|
export default function ReportTahunan() {
|
||
|
|
return (
|
||
|
|
<AnnualReport />
|
||
|
|
)
|
||
|
|
}
|