summaryrefslogtreecommitdiff
path: root/src-migrate/modules/promo/components/PromotinProgram.tsx
blob: 19f228ea5d569a9d9433cc8767b3b07f0c67da78 (plain)
1
2
3
4
5
6
7
8
9
const PromotionProgram = () => {
    return (
        <>
            <div className="">Serba Serbi Promo</div>
        </>
    )
}

export default PromotionProgram