import React from 'react'; import ModelPricing from '../../components/ModelPricing.js'; const Pricing = () => ( <> ); export default Pricing;