9 lines
156 B
React
9 lines
156 B
React
import React from 'react'
|
|
import OffersCom from '../components/offers/OffersCom'
|
|
|
|
export default function OffersPage() {
|
|
return (
|
|
<OffersCom />
|
|
)
|
|
}
|