This commit is contained in:
Paolo Arena
2020-09-14 20:46:37 +02:00
parent f94186be75
commit 3b0a39673a
15 changed files with 975 additions and 1092 deletions

View File

@@ -285,7 +285,7 @@ export interface ITimeLineMain {
}
export interface IImgGallery {
_id?:string
_id?: string
imagefile: string
order?: number
alt?: string
@@ -411,5 +411,5 @@ export const DefaultNewsState: INewsState = {
totemail: 0,
totsubscribed: 0,
totunsubscribed: 0,
totsentlastid: 0,
totsentlastid: 0
}