import template from "./profile.html";
import { Component } from "@paperbits/common/ko/decorators";

@Component({
    selector: "profile",
    template: template
})
export class ProfileViewModel {
}