質問編集履歴

1

改善

2020/06/14 03:51

投稿

pokerStars
pokerStars

スコア67

test CHANGED
File without changes
test CHANGED
@@ -206,6 +206,38 @@
206
206
 
207
207
  }
208
208
 
209
+
210
+
211
+
212
+
213
+ render() {
214
+
215
+
216
+
217
+ return (
218
+
219
+ <div>
220
+
221
+ <ProductForm add={this.add} />
222
+
223
+ <ProductList
224
+
225
+ products={this.state.products}
226
+
227
+ file = {this.file}
228
+
229
+ />
230
+
231
+ </div>
232
+
233
+
234
+
235
+
236
+
237
+ )
238
+
239
+ }
240
+
209
241
  ```
210
242
 
211
243
  ![イメージ説明](5cc859af39f9171525062971cc4a56d5.png)