fixed components :

This commit is contained in:
Wildan Nursahidan
2025-05-26 19:04:45 +07:00
parent 97308b33c2
commit 571b5eae42
3 changed files with 8 additions and 6 deletions

View File

@@ -101,7 +101,9 @@ function Changes({ type, children }: ChangesProps) {
export { Release, Changes };
export default {
const ReleaseMdx = {
Release,
Changes
};
export default ReleaseMdx;