updated component imports

This commit is contained in:
chark1es 2025-01-13 01:01:35 -08:00
parent 8985c1eab4
commit 597cc76c99

View file

@ -1,8 +1,10 @@
--- ---
import OH from "./OH.astro" import OAH from "./OAH.astro";
import BuildingLocation from "./BuildingLocation.astro";
--- ---
<div class="w-full flex justify-evenly px-[10%]"> <div class="w-full flex justify-evenly px-[10%]">
<OH title="Check out our calendar!" subtitle="Each officer has their own OAH" image="/calendar.png" /> <OAH />
<OH title="Check out our location!" subtitle="We are located in EBU1-4710" image="/map.png" />
</div> <BuildingLocation />
</div>