@burh/nuxt-core 1.0.15 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -150,8 +150,8 @@
|
|
|
150
150
|
import BaseNav from '~/node_modules/@burh/nuxt-core/components/burh-ds/Navbar/BaseNav.vue';
|
|
151
151
|
import VideoModal from '~/node_modules/@burh/nuxt-core/components/burh-ds/Modals/VideoModal.vue';
|
|
152
152
|
import NavbarLinks from '~/node_modules/@burh/nuxt-core/components/burh-ds/Lists/ListNavLinks.vue';
|
|
153
|
-
import appLinkArea from '~/node_modules/@burh/nuxt-core/components/burh-ds/Dropdown/
|
|
154
|
-
import faqVideoArea from '~/node_modules/@burh/nuxt-core/components/burh-ds/Dropdown/
|
|
153
|
+
import appLinkArea from '~/node_modules/@burh/nuxt-core/components/burh-ds/Dropdown/AppLinkArea.vue';
|
|
154
|
+
import faqVideoArea from '~/node_modules/@burh/nuxt-core/components/burh-ds/Dropdown/FaqVideoArea.vue';
|
|
155
155
|
import Modal from '~/node_modules/@burh/nuxt-core/components/argon-core/Modal.vue';
|
|
156
156
|
import * as ListofLinksNavbar from '@burh/nuxt-core/data/ListNavLinksMock.json';
|
|
157
157
|
import * as ListVideos from '@burh/nuxt-core/data/ListVideoLinksMock.json';
|