Skip to content

Commit 84ad383

Browse files
committed
fill leading whitespace with bullets
fixes recent whitespace removal, prevents linter from collapsing in future
1 parent b644cc2 commit 84ad383

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)