Expense List Table

This commit is contained in:
efrilm
2025-09-10 14:24:18 +07:00
parent c32d08666e
commit 7077bf8d87
12 changed files with 1372 additions and 6 deletions
@@ -0,0 +1,7 @@
import ExpenseList from '@/views/apps/expense/list'
const ExpensePage = () => {
return <ExpenseList />
}
export default ExpensePage