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
@@ -6,8 +6,8 @@ import LinkButton from "@components/LinkButton.astro";
import Hr from "@components/Hr.astro";
import Card from "@components/Card";
import getSortedPosts from "@utils/getSortedPosts";
import type { Frontmatter } from "@utils/types";
import socialLinks from "@utils/socialLinks";
import type { Frontmatter } from "src/types";
const posts = await Astro.glob<Frontmatter>("../contents/*.md");