🔥 Remove previous widget implementation from Home page

This commit is contained in:
Alicia Sykes 2021-12-13 21:39:19 +00:00
parent 70f99ea1e9
commit 19d3c03001
1 changed files with 0 additions and 4 deletions

View File

@ -27,8 +27,6 @@
+ (singleSectionView ? 'single-section-view ' : '')
+ (this.colCount ? `col-count-${this.colCount} ` : '')"
>
<!-- Display any dynamic widget content -->
<!-- <WidgetGroup v-if="!singleSectionView" :widgets="widgets" /> -->
<template v-for="(section, index) in filteredTiles">
<Section
:key="index"
@ -65,7 +63,6 @@
import SettingsContainer from '@/components/Settings/SettingsContainer.vue';
import Section from '@/components/LinkItems/Section.vue';
// import WidgetGroup from '@/components/Widgets/WidgetGroup';
import EditModeSaveMenu from '@/components/InteractiveEditor/EditModeSaveMenu.vue';
import ExportConfigMenu from '@/components/InteractiveEditor/ExportConfigMenu.vue';
import AddNewSection from '@/components/InteractiveEditor/AddNewSectionLauncher.vue';
@ -79,7 +76,6 @@ export default {
name: 'home',
components: {
SettingsContainer,
// WidgetGroup,
EditModeSaveMenu,
ExportConfigMenu,
AddNewSection,