diff options
Diffstat (limited to 'shared/models/config/about.model.ts')
-rw-r--r-- | shared/models/config/about.model.ts | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/shared/models/config/about.model.ts b/shared/models/config/about.model.ts deleted file mode 100644 index 7d11da850..000000000 --- a/shared/models/config/about.model.ts +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | export interface About { | ||
2 | instance: { | ||
3 | name: string | ||
4 | description: string | ||
5 | terms: string | ||
6 | } | ||
7 | } | ||