mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
Fix error
This commit is contained in:
@@ -109,11 +109,10 @@ import {
|
||||
defineComponent,
|
||||
ref, useAsync,
|
||||
useContext,
|
||||
useFetch,
|
||||
useMeta,
|
||||
useRoute, useStatic, watch
|
||||
} from "@nuxtjs/composition-api";
|
||||
import {Post} from "../../../@types/types";
|
||||
import {Post} from "../../../types/types";
|
||||
|
||||
export default defineComponent({
|
||||
name: "blog",
|
||||
|
||||
Reference in New Issue
Block a user