0
0
Fork 0

perf: #6896 change path import

This commit is contained in:
Javier Segarra 2024-11-30 01:38:12 +01:00
parent 0f0d906e08
commit 6622135271
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<script setup>
import toCurrency from '../../../filters/toCurrency';
import toCurrency from 'src/filters/toCurrency';
import { inject, ref } from 'vue';
import { useI18n } from 'vue-i18n';
import axios from 'axios';