Fix icons
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user