Skip to content

Commit dc38798

Browse files
authored
Merge pull request #11411 from ethereum/ds-docs-patch
DS docs patch
2 parents bc518af + 84ad383 commit dc38798

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ds-implementation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Follow the new component directory structure:
1717
```markdown
1818
src/
1919
└── components/
20-
└── ComponentA/
21-
├── index.tsx
22-
├── ComponentA.stories.tsx
23-
└── // Any other files as applicable (utils, child components, useHook, etc.)
20+
····└── ComponentA/
21+
··········├── index.tsx
22+
··········├── ComponentA.stories.tsx
23+
··········└── // Any other files as applicable (utils, child components, useHook, etc.)
2424
```
2525

2626
## Components creation/modification from the DS

0 commit comments

Comments
 (0)