add accordtion
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
---
|
||||
export interface Props {
|
||||
title: string
|
||||
}
|
||||
|
||||
import '@fontsource/roboto'
|
||||
import '~/styles/app.css'
|
||||
import Logo from '~/components/logos/Eduseg.astro'
|
||||
@@ -13,7 +9,6 @@ import { Icon } from 'astro-icon/components'
|
||||
import { getCollection } from 'astro:content'
|
||||
const courses = await getCollection('courses', ({ data }) => data.draft != true)
|
||||
|
||||
const { ...props } = Astro.props
|
||||
const year = new Date().getFullYear()
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user