ancora parte 3

This commit is contained in:
Surya Paolo
2025-12-24 19:46:49 +01:00
parent 11c17bdd8e
commit cd123ac363
17 changed files with 683 additions and 166 deletions

View File

@@ -2,7 +2,7 @@
import { defineComponent, ref, computed, onMounted, watch } from 'vue';
import { useRouter } from 'vue-router';
import { Api } from '@api';
import type { Ride, ContribType } from '../../types/viaggi.types';
import type { Ride, ContribType } from '../../../types/viaggi.types';
interface WidgetStats {
offers: number;

View File

@@ -0,0 +1 @@
export { default as RideWidget } from './RideWidget.vue';