🚚 Refactored section helpers into own file

This commit is contained in:
Alicia Sykes
2021-12-29 14:31:11 +00:00
parent c650743384
commit aad7ab9b1f
6 changed files with 88 additions and 57 deletions

View File

@@ -12,7 +12,7 @@
<script>
import { shouldBeVisible } from '@/utils/MiscHelpers';
import { shouldBeVisible } from '@/utils/SectionHelpers';
export default {
name: 'Footer',

View File

@@ -13,7 +13,7 @@
<script>
import PageTitle from '@/components/PageStrcture/PageTitle.vue';
import Nav from '@/components/PageStrcture/Nav.vue';
import { shouldBeVisible } from '@/utils/MiscHelpers';
import { shouldBeVisible } from '@/utils/SectionHelpers';
export default {
name: 'Header',