"\"use strict\";Object.defineProperty(exports,\"__esModule\",{value:true});Object.defineProperty(exports,\"default\",{enumerable:true,get:function(){return _default}});function MDXContent(props){if(props===void 0)props={};var _createMdxContent=function _createMdxContent(){var _components=Object.assign({h2:\"h2\",h3:\"h3\"},props.components),PhotoScroll=_components.PhotoScroll;if(!PhotoScroll)_missingMdxReference(\"PhotoScroll\",true);return Vue.h(Vue.Fragment,null,Vue.h(_components.h2,null,\"Description\"),\"\\n\",Vue.h(_components.h2,null,\"Her Interests and Dream\"),\"\\n\",Vue.h(_components.h2,null,\"Her Story\"),\"\\n\",Vue.h(PhotoScroll,{photos:[\"${path}/photos/composition.jpg\"]}),\"\\n\",Vue.h(_components.h2,null,\"Her Departure\"),\"\\n\",Vue.h(PhotoScroll,{photos:[\"${path}/photos/will.jpg\"]}),\"\\n\",Vue.h(_components.h2,null,\"After Her Leaving\"),\"\\n\",Vue.h(_components.h3,null,\"About Reports\"),\"\\n\",Vue.h(_components.h3,null,\"About Her Family\"),\"\\n\",Vue.h(_components.h3,null,\"About Her Friends\"),\"\\n\",Vue.h(_components.h2,null,\"Conclusion\"))};var _ref=props.components||{},MDXLayout=_ref.wrapper;return MDXLayout?Vue.h(MDXLayout,props,Vue.h(_createMdxContent)):_createMdxContent()}var _default=MDXContent;function _missingMdxReference(id,component){throw new Error(\"Expected \"+(component?\"component\":\"object\")+\" `\"+id+\"` to be defined: you likely forgot to import, pass, or provide it.\")}"