Commit 071e5cb
committed
fix(file-explorer): add barrel export and remove unused siblingNames prop
- Add src/components/file-explorer/index.ts barrel export for
DeleteConfirmDialog and NewItemDialog with their prop types
- Remove unused siblingNames optional prop from VirtualItemProps
in types.ts (was never passed or consumed)1 parent 3461920 commit 071e5cb
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments