@@ -2,6 +2,7 @@ import { DocumentList } from '@/types';
2
2
3
3
const documentCardDataAll : DocumentList [ ] = [
4
4
{
5
+ teamId : 1 ,
5
6
id : 1 ,
6
7
title : '자료이름1' ,
7
8
description : '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.' ,
@@ -17,6 +18,7 @@ const documentCardDataAll: DocumentList[] = [
17
18
type : 'IMAGE' ,
18
19
} ,
19
20
{
21
+ teamId : 1 ,
20
22
id : 2 ,
21
23
title : '자료이름2' ,
22
24
description : '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.' ,
@@ -32,6 +34,7 @@ const documentCardDataAll: DocumentList[] = [
32
34
type : 'IMAGE' ,
33
35
} ,
34
36
{
37
+ teamId : 1 ,
35
38
id : 3 ,
36
39
title : '자료이름3' ,
37
40
description : '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.' ,
@@ -47,6 +50,7 @@ const documentCardDataAll: DocumentList[] = [
47
50
type : 'IMAGE' ,
48
51
} ,
49
52
{
53
+ teamId : 1 ,
50
54
id : 4 ,
51
55
title : '자료이름4' ,
52
56
description : '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.' ,
@@ -62,6 +66,7 @@ const documentCardDataAll: DocumentList[] = [
62
66
type : 'IMAGE' ,
63
67
} ,
64
68
{
69
+ teamId : 1 ,
65
70
id : 5 ,
66
71
title : '자료이름5' ,
67
72
description : '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.' ,
@@ -77,6 +82,7 @@ const documentCardDataAll: DocumentList[] = [
77
82
type : 'IMAGE' ,
78
83
} ,
79
84
{
85
+ teamId : 1 ,
80
86
id : 6 ,
81
87
title : '자료이름6' ,
82
88
description : '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.' ,
@@ -92,6 +98,7 @@ const documentCardDataAll: DocumentList[] = [
92
98
type : 'IMAGE' ,
93
99
} ,
94
100
{
101
+ teamId : 1 ,
95
102
id : 7 ,
96
103
title : '자료이름7' ,
97
104
description : '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.' ,
@@ -107,6 +114,7 @@ const documentCardDataAll: DocumentList[] = [
107
114
type : 'IMAGE' ,
108
115
} ,
109
116
{
117
+ teamId : 1 ,
110
118
id : 8 ,
111
119
title : '자료이름8' ,
112
120
description : '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.' ,
@@ -122,6 +130,7 @@ const documentCardDataAll: DocumentList[] = [
122
130
type : 'IMAGE' ,
123
131
} ,
124
132
{
133
+ teamId : 1 ,
125
134
id : 9 ,
126
135
title : '자료이름9' ,
127
136
description : '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.' ,
@@ -137,6 +146,7 @@ const documentCardDataAll: DocumentList[] = [
137
146
type : 'IMAGE' ,
138
147
} ,
139
148
{
149
+ teamId : 1 ,
140
150
id : 10 ,
141
151
title : '자료이름10' ,
142
152
description : '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.' ,
@@ -152,6 +162,7 @@ const documentCardDataAll: DocumentList[] = [
152
162
type : 'IMAGE' ,
153
163
} ,
154
164
{
165
+ teamId : 1 ,
155
166
id : 11 ,
156
167
title : '자료이름11' ,
157
168
description : '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.' ,
@@ -167,6 +178,7 @@ const documentCardDataAll: DocumentList[] = [
167
178
type : 'IMAGE' ,
168
179
} ,
169
180
{
181
+ teamId : 1 ,
170
182
id : 12 ,
171
183
title : '자료이름12' ,
172
184
description : '이번 포스팅은 [스터디 목적]에 관한것입니다. 먼저 [목차]는 이렇습니다.' ,
0 commit comments