aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/post-page/post-page.component.ts
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-14 09:06:08 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-14 09:06:08 +0200
commit8434044dcf8cec14765aa5d96072feaa2560a823 (patch)
tree9cb7776d560f3ae890f12053c4c4f60a52a69e59 /src/app/components/post-page/post-page.component.ts
parente8fef550d576aa3eba9d51ea70a3beeac6157ba5 (diff)
downloadDevHive-Angular-8434044dcf8cec14765aa5d96072feaa2560a823.tar
DevHive-Angular-8434044dcf8cec14765aa5d96072feaa2560a823.tar.gz
DevHive-Angular-8434044dcf8cec14765aa5d96072feaa2560a823.zip
Fixed includes (for models) of all components
Diffstat (limited to 'src/app/components/post-page/post-page.component.ts')
-rw-r--r--src/app/components/post-page/post-page.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/post-page/post-page.component.ts b/src/app/components/post-page/post-page.component.ts
index 7c32ce0..a60f4da 100644
--- a/src/app/components/post-page/post-page.component.ts
+++ b/src/app/components/post-page/post-page.component.ts
@@ -6,7 +6,7 @@ import { Guid } from 'guid-typescript';
import { CommentService } from 'src/app/services/comment.service';
import { PostService } from 'src/app/services/post.service';
import { TokenService } from 'src/app/services/token.service';
-import { Post } from 'src/models/post';
+import { Post } from 'src/models/post.model';
import { CloudinaryService } from 'src/app/services/cloudinary.service';
@Component({