/**
 * Made by mkcomponent.sh
 * * Change to Fileheader info *
*/

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

// Services


@Component({
    moduleId: module.id+ '',
    selector: 'User-edit',
    templateUrl: './template/t--edit.pug',
    styleUrls: ['sty.edit.scss']
})

export class EditComponent {

    // ---- Variables ---- \\


    constructor( ) { }


    // ---- Lifecycle hooks ---- \\
    ngOnInit() {

    }


    // ---- Functions ---- \\
    // * Magic * //

}
