Files
dspace-angular/src/app/community-list-page/community-list-page.component.ts
Marie Verdonck 5ff634a26f Last bit of doc
2019-11-26 18:06:07 +01:00

14 lines
352 B
TypeScript

import { Component } from '@angular/core';
/**
* Page with title and the community list tree, as described in community-list.component;
* navigated to with community-list.page.routing.module
*/
@Component({
selector: 'ds-community-list-page',
templateUrl: './community-list-page.component.html',
})
export class CommunityListPageComponent {
}