Update import of type definition

This commit is contained in:
Sat Naing
2022-09-22 20:51:35 +06:30
parent 9e351fe26d
commit b8a08dc794
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import PostDetails from "@layouts/PostDetails.astro";
import getSortedPosts from "@utils/getSortedPosts";
import getPageNumbers from "@utils/getPageNumbers";
import type { MarkdownInstance } from "astro";
import type { Frontmatter } from "@utils/types";
import type { Frontmatter } from "src/types";
export interface Props {
post: MarkdownInstance<Frontmatter>;