fix build error

This commit is contained in:
2024-02-21 20:42:08 -05:00
parent d1bd9388fc
commit 2122389b3e
+1 -1
View File
@@ -1,6 +1,6 @@
--- ---
import { getCollection } from 'astro:content'; import { getCollection } from 'astro:content';
import { Tag as TagEnum } from '../../content/config'; import { Tag as TagEnum } from '../../types';
import Layout from '@layouts/Layout.astro'; import Layout from '@layouts/Layout.astro';
import FormattedDate from '@components/FormattedDate.astro'; import FormattedDate from '@components/FormattedDate.astro';