54472: Intermediate commit

This commit is contained in:
Kristof De Langhe
2018-07-20 16:04:02 +02:00
parent b6e4e2562d
commit 819610476e
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
import { Component } from '@angular/core';
@Component({
selector: 'ds-create-community',
templateUrl: './create-community-page.component.html'
})
export class CreateCommunityPageComponent {
}