removes shuffle library from presentation

This commit is contained in:
tomlum 2023-03-17 13:27:49 -04:00
parent 4cc420632c
commit 3ac6f0e5bf

View file

@ -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');