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