const FormattedMessage = require('react-intl').FormattedMessage;
const injectIntl = require('react-intl').injectIntl;
const intlShape = require('react-intl').intlShape;
const React = require('react');
const Page = require('../../components/page/www/page.jsx');
const render = require('../../lib/render.jsx');
const InformationPage = require('../../components/informationpage/informationpage.jsx');
const Faq = injectIntl(props => (
-
)}}
/>
-
)}}
/>
- ScratchJr
)}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
-
),
mediaLabLink: (
)
}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
- GitHub
),
flashLink: (
),
scratch14Link: (
),
developersLink: (
)
}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
-
),
cgLink: (
)
}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
-
)}}
/>
));
Faq.propTypes = {
intl: intlShape
};
render(, document.getElementById('app'));