remove unecessary components
This commit is contained in:
@@ -6,9 +6,6 @@ import Container from '~/components/Container.astro'
|
||||
import HeaderNav from '~/components/HeaderNav.astro'
|
||||
import { Icon } from 'astro-icon/components'
|
||||
|
||||
import { getCollection } from 'astro:content'
|
||||
const courses = await getCollection('courses', ({ data }) => data.draft != true)
|
||||
|
||||
const year = new Date().getFullYear()
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user