remove transaction

This commit is contained in:
2025-04-20 10:47:01 -03:00
parent c3e578d7b0
commit ba57d13e1f
2 changed files with 1 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ export interface Props {
title: string
}
import '@fontsource/roboto'
import '~/styles/app.css'
import Logo from '~/assets/logos/eduseg.svg'
import Head from './Head.astro'
@@ -15,8 +16,6 @@ const courses = await getCollection('courses', ({ data }) => data.draft != true)
const { ...props } = Astro.props
const year = new Date().getFullYear()
import '@fontsource/roboto'
---
<!doctype html>