Update Frontmatter type from util

This commit is contained in:
Sat Naing
2022-09-11 14:10:39 +06:30
parent 53936d89f8
commit d5bd7515d3
5 changed files with 5 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
import type { Frontmatter } from "src/pages/index.astro";
import Datetime from "./Datetime.astro";
import type { Frontmatter } from "src/utils/types";
export interface Props {
href?: string;