Relocated services

This commit is contained in:
Cagatay Civici
2022-11-30 20:36:32 +03:00
parent 1a3880c077
commit 77815b43ce
15 changed files with 13 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
<script setup>
import { ref, onMounted } from 'vue';
import ProductService from '@/layout/service/ProductService';
import ProductService from '@/service/ProductService';
import { useLayout } from '@/layout/composables/layout';
const { contextPath } = useLayout();