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