import Intro from './Intro';
export { IIntroProps } from './Intro.props';
export { Intro };
export default Intro;
