Skip to content

Commit 4347a78

Browse files
committed
103 配置ミス修正
1 parent 33321f6 commit 4347a78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

103/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function App() {
6060
}, [ selectedIndex, options ] );
6161

6262
return (
63-
<div style={{paddingBlock: '50vh'}}>
63+
<>
6464
Basic React App<br />
6565
選択値: { selectedIndex }<br />
6666
<button
@@ -120,7 +120,7 @@ function App() {
120120
</FloatingPortal>
121121
) }
122122
<div>後続のコンテンツ</div>
123-
</div>
123+
</>
124124
);
125125
}
126126

0 commit comments

Comments
 (0)