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
@@ -5,7 +5,7 @@ import Footer from "@components/Footer.astro";
import Tag from "@components/Tag.astro";
import Datetime from "@components/Datetime";
import type { MarkdownInstance } from "astro";
import type { Frontmatter } from "@utils/types";
import type { Frontmatter } from "src/types";
export interface Props {
post: MarkdownInstance<Frontmatter>;