fix: ContentEntryType import

This commit is contained in:
bholmesdev 2023-02-10 09:18:20 -05:00
parent 50fea0b7ae
commit f72d03c62e

View file

@ -1,5 +1,5 @@
import type { ContentEntryType } from 'astro';
import { fileURLToPath } from 'node:url';
import { ContentEntryType } from '../@types/astro.js';
import { parseFrontmatter } from '../content/utils.js';
export const markdownContentEntryType: ContentEntryType = {