Removed unused stuff

This commit is contained in:
Pitu 2018-09-17 04:38:33 -03:00
parent c2c6e99878
commit 455ca39886
1 changed files with 0 additions and 5 deletions

View File

@ -36,16 +36,11 @@
<script>
import Sidebar from '../../components/sidebar/Sidebar.vue';
import Grid from '../../components/grid/Grid.vue';
// import Waterfall from '../../components/waterfall/Waterfall.vue';
// import WaterfallItem from '../../components/waterfall/WaterfallItem.vue';
export default {
components: {
Sidebar,
Grid
// Waterfall,
// WaterfallSlot
// WaterfallItem
},
data() {
return { files: [] };