Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
| import PricingSection from '../components/PricingSection'; | |
| export default function Pricing() { | |
| return ( | |
| <PricingSection embedded={false} /> | |
| ); | |
| } | |
| import PricingSection from '../components/PricingSection'; | |
| export default function Pricing() { | |
| return ( | |
| <PricingSection embedded={false} /> | |
| ); | |
| } | |