14 lines
244 B
JavaScript
14 lines
244 B
JavaScript
import PopularRudrakshaCombination from '@/components/buy-rudraksha/PopularRudrakshaCombination'
|
|
import React from 'react'
|
|
|
|
const Page = () => {
|
|
return (
|
|
<div>
|
|
<PopularRudrakshaCombination />
|
|
|
|
</div>
|
|
)
|
|
}
|
|
|
|
export default Page
|