9 lines
194 B
Vue
9 lines
194 B
Vue
<template>
|
|
<Header highlight="anything" />
|
|
|
|
<Main>
|
|
<NuxtLink href="/content-creators" class="underline">
|
|
Content Creators
|
|
</NuxtLink>
|
|
</Main>
|
|
</template>
|