9 lines
173 B
TypeScript
9 lines
173 B
TypeScript
|
|
import UUPeraturan from '@/components/table/uu-peraturan'
|
||
|
|
import React from 'react'
|
||
|
|
|
||
|
|
export default function LawsRegulation() {
|
||
|
|
return (
|
||
|
|
<UUPeraturan />
|
||
|
|
)
|
||
|
|
}
|