From 7fe9303d5edada0d07c1528417ad971c1c7b8dc1 Mon Sep 17 00:00:00 2001 From: Corwin Perren Date: Thu, 6 Nov 2025 23:40:38 -0800 Subject: [PATCH] No typing for script import --- src/layouts/BaseLayout.astro | 2 +- src/pages/education.astro | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 8088aed..9253f81 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -14,7 +14,7 @@ const pageTitle = Astro.props.title ? `${Astro.props.title} - Corwin Perren` : " {pageTitle} - + diff --git a/src/pages/education.astro b/src/pages/education.astro index 83a0435..4647402 100644 --- a/src/pages/education.astro +++ b/src/pages/education.astro @@ -6,10 +6,11 @@ import Table from "@components/Table.astro"; import type {carouselGroup} from "@interfaces/image-carousel.ts"; import type {tableData} from "@interfaces/table.ts"; +import type {timelineEntry} from "@interfaces/timeline.ts"; import fhhs_diploma from "@assets/education/fhhs-diploma.jpg"; import osu_bs_cs_diploma from "@assets/education/osu-bs-cs-diploma.jpg" -import type {timelineEntry} from "@interfaces/timeline.ts"; + const diplomaCarouselGroup: carouselGroup = { animation: "slide", @@ -104,7 +105,7 @@ const courseTable: tableData = { ] }; --- - +

Timeline