code refactoring

This commit is contained in:
2024-04-28 23:31:27 +05:30
parent f781ad43f4
commit 549444dd59
12 changed files with 6 additions and 29 deletions
-1
View File
@@ -16,7 +16,6 @@ export class BlogComponent extends BaseComponent<IBlog> implements OnInit{
}
ngOnInit(): void {
// this.init();
this.getBlog();
}