回答編集履歴

1

テキスト修正

2020/10/04 16:26

投稿

jun68ykt
jun68ykt

スコア9058

test CHANGED
@@ -14,19 +14,19 @@
14
14
 
15
15
  type Book = {
16
16
 
17
- id: string;
17
+ id: string
18
18
 
19
19
  volumeInfo: {
20
20
 
21
- title: string;
21
+ title: string
22
22
 
23
- publisher: string;
23
+ publisher: string
24
24
 
25
- publishedDate: string;
25
+ publishedDate: string
26
26
 
27
- };
27
+ }
28
28
 
29
- };
29
+ }
30
30
 
31
31
 
32
32
 
@@ -106,7 +106,7 @@
106
106
 
107
107
 
108
108
 
109
- 以下は上記の修正版を動作確認するためのサンプルです。
109
+ 以下は上記の修正版を動作確認するためのサンプルです。`SearchResults` は動作確認のための簡単なもので、`<table>`で作りました。
110
110
 
111
111
 
112
112