🔥 remove imports
This commit is contained in:
parent
b802bd1597
commit
0ecaf0eb9e
3 changed files with 0 additions and 3 deletions
|
@ -2,7 +2,6 @@
|
|||
import { getCollection } from 'astro:content';
|
||||
import FormattedDate from '../../components/FormattedDate.astro';
|
||||
import SectionContainer from '../../components/SectionContainer.astro';
|
||||
import BaseHead from '../../components/BaseHead.astro';
|
||||
|
||||
const posts = (await getCollection('blog')).sort(
|
||||
(a, b) => b.data.pubDate.valueOf() - a.data.pubDate.valueOf()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue