FIX: Directories
Better directory structure
This commit is contained in:
parent
726c54d11f
commit
8943512328
16 changed files with 16 additions and 21 deletions
|
@ -14,7 +14,7 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { navigation } from '../utils/navigation'
|
||||
import { navigation } from '~/utils/navigation'
|
||||
|
||||
const navElement = useTemplateRef('navElement')
|
||||
|
||||
|
|
|
@ -50,8 +50,6 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import FreeInfo from './FreeInfo.vue'
|
||||
|
||||
type Service = {
|
||||
title: string
|
||||
smallClaim: string
|
|
@ -37,7 +37,7 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { socials } from '../utils/socials'
|
||||
import { socials } from '~/utils/socials'
|
||||
|
||||
const network = [
|
||||
{
|
|
@ -38,7 +38,7 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { android, css, dart, flutter, html, js, njs, nuxt, pcss, scss, ts, tw, vue } from '../utils/skills'
|
||||
import { css, html, js, njs, nuxt, pcss, scss, ts, tw, vue } from '~/utils/skills'
|
||||
|
||||
const customers = [
|
||||
{
|
|
@ -50,8 +50,6 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import FreeInfo from './FreeInfo.vue'
|
||||
|
||||
type Service = {
|
||||
title: string
|
||||
smallClaim: string
|
|
@ -27,7 +27,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { socials } from '../utils/socials'
|
||||
import { socials } from '~/utils/socials'
|
||||
|
||||
const nav = [
|
||||
{
|
|
@ -26,7 +26,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { navigation } from '../utils/navigation'
|
||||
import { navigation } from '~/utils/navigation'
|
||||
|
||||
let observer: IntersectionObserver
|
||||
const header = useTemplateRef('header')
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
<script setup lang="ts">
|
||||
|
||||
import { gl, njs, nuxt, pcss, react, rust, ts, vitest, vue, webstorm } from '../utils/skills'
|
||||
import { gl, njs, nuxt, pcss, react, rust, ts, vitest, vue, webstorm } from '~/utils/skills'
|
||||
|
||||
const technologies = [nuxt, ts, pcss, vue, react, njs, vitest, gl, webstorm, rust]
|
||||
|
|
@ -34,8 +34,7 @@
|
|||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
|
||||
import type { RichText } from './RichText/Types'
|
||||
import type { RichText } from '@/components/RichText/Types'
|
||||
|
||||
type Skill = {
|
||||
img: Function
|
Loading…
Add table
Add a link
Reference in a new issue