Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
File size: 157 Bytes
211c31a | 1 2 3 4 5 6 7 8 | import PricingSection from '../components/PricingSection';
export default function Pricing() {
return (
<PricingSection embedded={false} />
);
}
|