import { Component, OnInit } from '@angular/core'

/**
 * @since >Mon Jan 07 2019
 * @author Kasper Hansen - Klean
 * @description The partial is "stupid". All logic is contained in the components
 */

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

export class SendCartView {

}