fix: move type import into type-only import
This commit is contained in:
parent
8be134b83b
commit
e92e7139c1
@ -1,5 +1,6 @@
|
||||
---
|
||||
import { CollectionEntry, getCollection } from 'astro:content';
|
||||
import { getCollection } from 'astro:content';
|
||||
import type { CollectionEntry } from 'astro:content';
|
||||
import BaseLayout from '@/layouts/BaseLayout.astro';
|
||||
|
||||
export async function getStaticPaths() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user