From 597cc76c995f7e340988596d5d27eda482c7ea5b Mon Sep 17 00:00:00 2001 From: chark1es Date: Mon, 13 Jan 2025 01:01:35 -0800 Subject: [PATCH] updated component imports --- src/components/join/Findus.astro | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/join/Findus.astro b/src/components/join/Findus.astro index 81bbd67..0b151c9 100644 --- a/src/components/join/Findus.astro +++ b/src/components/join/Findus.astro @@ -1,8 +1,10 @@ --- -import OH from "./OH.astro" +import OAH from "./OAH.astro"; +import BuildingLocation from "./BuildingLocation.astro"; ---
- - -
\ No newline at end of file + + + +