@@ -17,7 +17,7 @@
</template>
<script lang="ts" setup>
- import { ProductSimpleType } from '@/types/product-type'
+ import { ProductSimpleType } from '@/model/product-type'
import data from './data.json'
import ProductItem from './product-item.vue'
@@ -1,4 +1,4 @@
-import { UserInfo } from '@/types/user'
+import { UserInfo } from '@/model/user'
import { http } from '@/utils/http'
import { defineStore } from 'pinia'