(refactor) move blog components into components/blog

This commit is contained in:
Valentyne Stigloher 2025-01-01 22:43:16 +01:00
parent 5c28fc7701
commit be0a4ae61a
2 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
import Columnist from 'avris-columnist';
import type { RouteLocationRaw } from 'vue-router';
import useConfig from '../composables/useConfig.ts';
import useConfig from '~/composables/useConfig.ts';
import type { Post } from '~/server/blog.ts';
const props = defineProps<{