ну например у тебя несколько компонентов CircleProgress и SquareProgress и можно объединить в папку Progress и там подпапки CircleProgress, SquareProgress или Circle,Square
// Results in:
// .
// ├── src
// │ ├── components
// │ │ ├── Progress
// │ │ │ ├── CircleProgress
// | | | |
// │ │ │ ├── SquareProgress
// │ │ │