From e8fef550d576aa3eba9d51ea70a3beeac6157ba5 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 14 Mar 2021 09:03:03 +0200 Subject: Renamed all models to have proper naming (from model-name.ts to model-name.model.ts), updated includes of services --- src/models/post-comment.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/models/post-comment.ts (limited to 'src/models/post-comment.ts') diff --git a/src/models/post-comment.ts b/src/models/post-comment.ts deleted file mode 100644 index 5d1e346..0000000 --- a/src/models/post-comment.ts +++ /dev/null @@ -1,5 +0,0 @@ -import { Guid } from 'guid-typescript'; - -export class PostComment { - public id: Guid; -} -- cgit v1.2.3