owner type fix + route handler refactor

This commit is contained in:
2025-05-22 14:42:42 +03:00
parent ca06551382
commit 6963fdb17a
5 changed files with 5 additions and 28 deletions

View File

@@ -1,7 +1,7 @@
import React from 'react'
const page = () => {
const PaymentsPage = () => {
return <div>page</div>
}
export default page
export default PaymentsPage