export { PersonList } from './list.tsx'; export { PersonShow } from './show.tsx'; export * from './components';