mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Move nuxt components to components-nuxt
This commit is contained in:
parent
300d9598b4
commit
decaaabfe1
36 changed files with 62 additions and 61 deletions
|
|
@ -83,11 +83,11 @@ import { getAppEndpoint } from '~/helpers/app-derived.js'
|
|||
|
||||
import { buildVideoStructuredData } from '~/helpers/structured-data.js'
|
||||
|
||||
import LinkButton from '~/components/link-button.vue'
|
||||
import EmailSubscribe from '~/components/email-subscribe.vue'
|
||||
import VideoRow from '~/components/video/row.vue'
|
||||
import VideoPlayer from '~/components/video/player.vue'
|
||||
import ChannelCredit from '~/components/video/channel-credit.vue'
|
||||
import LinkButton from '~/components-nuxt/link-button.vue'
|
||||
import EmailSubscribe from '~/components-nuxt/email-subscribe.vue'
|
||||
import VideoRow from '~/components-nuxt/video/row.vue'
|
||||
import VideoPlayer from '~/components-nuxt/video/player.vue'
|
||||
import ChannelCredit from '~/components-nuxt/video/channel-credit.vue'
|
||||
|
||||
|
||||
function makeFeaturedAppsString ( featuredApps ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue