diff --git a/src/app/members/account/my-file/my-file.module.ts b/src/app/members/account/my-file/my-file.module.ts index c8d0c0cd9ad156820d4ba97020c80fba1928760e..8d14e3ec6e3ede19e17dc223a71dfcb1368472a1 100644 --- a/src/app/members/account/my-file/my-file.module.ts +++ b/src/app/members/account/my-file/my-file.module.ts @@ -5,7 +5,7 @@ import {UploadComponent} from '../upload/upload.component' import {MyFileComponent} from './my-file.component' @NgModule({ - imports : [UploadModule], + imports : [], declarations: [], entryComponents:[UploadComponent]