Fix icons

This commit is contained in:
2026-06-24 19:47:03 -04:00
parent 82c10d9278
commit ff44b7fed5
7 changed files with 150 additions and 6 deletions

View File

@@ -1,4 +1,5 @@
`<script setup lang="ts">
import HourlyForecast from '@/components/HourlyForecast.vue';
import {formatDate} from '@ztimson/utils';
import {onMounted, onUnmounted, ref} from 'vue';
import MapView from '../components/MapView.vue';
@@ -158,6 +159,7 @@ onUnmounted(() => {
</div>
</div>
<CurrentWeather />
<HourlyForecast />
<ForecastStrip />
</div>