9 lines
153 B
TypeScript
9 lines
153 B
TypeScript
import { CertificatesPage } from "@/pages-templates/certificates"
|
|
|
|
export default function Certificates() {
|
|
|
|
return (
|
|
<CertificatesPage />
|
|
)
|
|
}
|