added offer page

This commit was merged in pull request #25.
This commit is contained in:
victorAnumudu
2025-04-30 19:53:35 +01:00
parent ee1e6586c3
commit 3c0f8938fc
8 changed files with 158 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
import React from 'react'
import OffersCom from '../components/offers/OffersCom'
export default function OffersPage() {
return (
<OffersCom />
)
}