removed unused pages and aside links

This commit was merged in pull request #20.
This commit is contained in:
victorAnumudu
2025-04-25 08:23:47 +01:00
parent 457d48cd3b
commit 945e756276
25 changed files with 279 additions and 152 deletions
+8
View File
@@ -0,0 +1,8 @@
import React from 'react'
import RepaymentsCom from '../components/repayments/RepaymentsCom'
export default function RepaymentsPage() {
return (
<RepaymentsCom />
)
}