forked from verdnatura/salix-front
perf: #6896 change path import
This commit is contained in:
parent
0f0d906e08
commit
6622135271
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue