mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -04:00
(refactor) move blog components into components/blog
This commit is contained in:
parent
5c28fc7701
commit
be0a4ae61a
@ -2,8 +2,7 @@
|
|||||||
import Columnist from 'avris-columnist';
|
import Columnist from 'avris-columnist';
|
||||||
import type { RouteLocationRaw } from 'vue-router';
|
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';
|
import type { Post } from '~/server/blog.ts';
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
Loading…
x
Reference in New Issue
Block a user