Skip to content

Commit 1d895ed

Browse files
committed
fix: minor fix
1 parent 539dfe0 commit 1d895ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/writing/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
import { getCollection, getEntry, render } from 'astro:content';
2+
import { getCollection, getEntry } from 'astro:content';
33
import Author from '@/components/ui/Author.astro';
44
import Container from '@/components/Container.astro';
55
import BaseLayout from '@/layouts/BaseLayout.astro';

0 commit comments

Comments
 (0)