blob: a812aea2d58f0f9c58ff15d1b137581acd39afe8 [file] [log] [blame]
/*
******************************************************************************
* Copyright © 2018 PTA GmbH.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
* http://www.eclipse.org/legal/epl-v10.html
*
******************************************************************************
*/
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-loggedout',
templateUrl: './loggedout.component.html',
styleUrls: ['./loggedout.component.css']
})
export class LoggedoutPageComponent implements OnInit {
constructor(
) { }
ngOnInit() {
}
}