/index.ts (All all files to main components index file)
/ComponentName
ComponentName.module.scss
ComponentName.tsx
ComponentName.types.ts
ComponentName.fragment.ts
Features
Right click in the file editor or on a file in the explorer and click Create React component to create a new React component with all the files mentioned above.
OR press F3 to create a component in your components folder with your given component name!