FIX: Directories

Better directory structure
This commit is contained in:
webfussel 2025-05-29 12:44:34 +02:00
parent 726c54d11f
commit 8943512328
16 changed files with 16 additions and 21 deletions

View file

@ -14,7 +14,7 @@
</template>
<script setup lang="ts">
import { navigation } from '../utils/navigation'
import { navigation } from '~/utils/navigation'
const navElement = useTemplateRef('navElement')

View file

@ -50,8 +50,6 @@
</template>
<script setup lang="ts">
import FreeInfo from './FreeInfo.vue'
type Service = {
title: string
smallClaim: string

View file

@ -37,7 +37,7 @@
</template>
<script setup lang="ts">
import { socials } from '../utils/socials'
import { socials } from '~/utils/socials'
const network = [
{

View file

@ -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 = [
{

View file

@ -50,8 +50,6 @@
</template>
<script setup lang="ts">
import FreeInfo from './FreeInfo.vue'
type Service = {
title: string
smallClaim: string

View file

@ -27,7 +27,7 @@
</template>
<script lang="ts" setup>
import { socials } from '../utils/socials'
import { socials } from '~/utils/socials'
const nav = [
{

View file

@ -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')

View file

@ -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]

View file

@ -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