import { Component } from '@angular/core'
import { SendCartView } from '@k-core/modules/send-cart/partial/view.send-cart'

@Component({
    moduleId: module.id+ '',
    selector: 'send-cart--suntex',
    templateUrl: './tpl.send-cart.pug',
    styleUrls: ['sty.send-cart.scss']
})

export class Suntex_SendCartView extends SendCartView {}