fix(ci): more cleanup

This commit is contained in:
Barrett Ruth 2025-11-09 14:56:25 -05:00
parent 04308592ff
commit 77acd7c517
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
---
import BaseLayout from "../layouts/BaseLayout.astro";
import { sortItem } from "../utils/sort.js";
import { getCollection, type CollectionEntry } from "astro:content";
import { getCollection } from "astro:content";
import type { PostCollection } from "../types";
const title = "Barrett Ruth";