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

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

// Services


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

export class PageComponent {

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


    constructor( ) { }


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

    }


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

}
