diff --git a/src/utils/getPostsByTag.ts b/src/utils/getPostsByTag.ts index 7e45299..8d515d4 100644 --- a/src/utils/getPostsByTag.ts +++ b/src/utils/getPostsByTag.ts @@ -1,5 +1,5 @@ -import type { MarkdownInstance } from "astro"; import { slufigyAll } from "./slugify"; +import type { MarkdownInstance } from "astro"; import type { Frontmatter } from "../types"; const getPostsByTag = (posts: MarkdownInstance[], tag: string) =>