updated component imports
This commit is contained in:
parent
8985c1eab4
commit
597cc76c99
1 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue