mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
removes shuffle library from presentation
This commit is contained in:
parent
4cc420632c
commit
3ac6f0e5bf
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const React = require('react');
|
|||
const frameless = require('../../lib/frameless');
|
||||
const intlShape = require('../../lib/intl-shape');
|
||||
const sessionActions = require('../../redux/session.js');
|
||||
const shuffle = require('../../lib/shuffle.js').shuffle;
|
||||
// const shuffle = require('../../lib/shuffle.js').shuffle; required for community rows
|
||||
|
||||
const AdminPanel = require('../../components/adminpanel/adminpanel.jsx');
|
||||
const Box = require('../../components/box/box.jsx');
|
||||
|
|
Loading…
Reference in a new issue