pushing all files
This commit is contained in:
11
src/app/(frontend)/pricing-plans/page.jsx
Normal file
11
src/app/(frontend)/pricing-plans/page.jsx
Normal file
@ -0,0 +1,11 @@
|
||||
import PricingPages from "@/src/components/pages/pricing-plans";
|
||||
|
||||
const Pricing = () => {
|
||||
return (
|
||||
<>
|
||||
<PricingPages />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default Pricing;
|
||||
Reference in New Issue
Block a user