chore: setup project for production
This commit is contained in:
13
app/pages/rudraksha-combination/page.jsx
Normal file
13
app/pages/rudraksha-combination/page.jsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import PopularRudrakshaCombination from '@/components/buy-rudraksha/PopularRudrakshaCombination'
|
||||
import React from 'react'
|
||||
|
||||
const Page = () => {
|
||||
return (
|
||||
<div>
|
||||
<PopularRudrakshaCombination />
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Page
|
||||
Reference in New Issue
Block a user