From fd63d5e5649cb401c0155665cb951c618176ae4b Mon Sep 17 00:00:00 2001 From: Martin Bergljung Date: Thu, 23 Nov 2017 14:03:43 +0000 Subject: [PATCH] [ADF-1586] CommentListComponent documentation update because of 2.0 reorg (#2713) --- docs/comment-list.component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/comment-list.component.md b/docs/comment-list.component.md index b340c39ec7..3d164d1d82 100644 --- a/docs/comment-list.component.md +++ b/docs/comment-list.component.md @@ -7,7 +7,7 @@ Shows a list of comments. Populate the comments in the component class: ```ts -import { CommentProcessModel } from 'ng2-alfresco-core'; +import { CommentProcessModel } from '@alfresco/adf-core'; export class SomeComponent implements OnInit {