質問編集履歴

2

階層を明記

2021/02/11 08:33

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -88,6 +88,8 @@
88
88
 
89
89
  ```typescript
90
90
 
91
+ // Button.tsx と同じディレクトリに配置
92
+
91
93
  const Edit: React.VFC = () => (
92
94
 
93
95
  <Button imgUrl={'../../../assets/images/edit.svg'} />

1

階層を明記

2021/02/11 08:33

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -54,6 +54,8 @@
54
54
 
55
55
  ```typescript
56
56
 
57
+ //<project-root>/src/components/Button/Button.tsx
58
+
57
59
  import styled from 'styled-components';
58
60
 
59
61