Files
manolia-alpha/node_modules/buetify/lib/components/pricingTable/index.js
Robin COuret e0e50af706 init component
2026-02-16 17:28:37 +01:00

6 lines
302 B
JavaScript
Executable File

import BPricingPlan from './BPricingPlan';
import BPricingPlanItem from './BPricingPlanItem';
import BPricingPlanPrice from './BPricingPlanPrice';
import BPricingTable from './BPricingTable';
export { BPricingPlanPrice, BPricingTable, BPricingPlanItem, BPricingPlan };
//# sourceMappingURL=index.js.map