ancora parte 3
This commit is contained in:
@@ -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;
|
||||
@@ -0,0 +1 @@
|
||||
export { default as RideWidget } from './RideWidget.vue';
|
||||
Reference in New Issue
Block a user