Rupert McKay What's the point in making an index.ts file that exports the component from the file it's already being exported from? export { Button } from "./Button" Is it just for having: import Button from 'Button' instead of: import Button from 'Button/Button'