mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
importy
This commit is contained in:
parent
7522be4c03
commit
0f87a65622
1 changed files with 8 additions and 0 deletions
8
src/views/download/download.jsx
Normal file
8
src/views/download/download.jsx
Normal file
|
@ -0,0 +1,8 @@
|
|||
var React = require('react');
|
||||
var render = require('../../../lib/render.jsx');
|
||||
|
||||
var FormattedHTMLMessage = require('react-intl').FormattedHTMLMessage;
|
||||
var FormattedMessage = require('react-intl').FormattedMessage;
|
||||
|
||||
var Page = require('../../../components/page/www/page.jsx');
|
||||
var InformationPage = require('../../../components/informationpage/informationpage.jsx');
|
Loading…
Reference in a new issue