Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import * as React from 'react';
import { ShippingMethodsView } from '@skava/packages/features/ShippingMethods';
import { ShippingMethodsButton } from './ShippingMethodsButton';
class ShippingMethod extends React.Component {
render() {
return (React.createElement(React.Fragment, null,
React.createElement(ShippingMethodsView, null),
React.createElement(ShippingMethodsButton, null)));
}
}
export { ShippingMethod };
export default ShippingMethod;
//# sourceMappingURL=ShippingMethod.js.map