| import * as React from 'react'; | |
| import JetpackFAQ from 'calypso/my-sites/plans/jetpack-plans/faq'; | |
| // We can use this later if more iterations of the FAQ component show up | |
| const StoreFooter: React.FC = () => <JetpackFAQ />; | |
| export default StoreFooter; | |