export { Flex } from './Flex'; /** * This index.tsx file exists so that you can do * * import { Flex } from '../controls/Flex/'; * * and the required Flex.tsx is automatically imported. */