extended-brief working
This commit is contained in:
parent
984c8b7737
commit
b99c05062f
20 changed files with 38 additions and 13 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { defineStore } from "pinia";
|
||||
import { ref, computed } from "vue";
|
||||
import { useApiStore } from "./api";
|
||||
import MyImages from "../components/project/client-brief/add-images-modal/MyImages.vue";
|
||||
import ImagesResources from "../components/project/client-brief/add-images-modal/ImagesResources.vue";
|
||||
import MyImages from "../components/project/brief/add-images-modal/MyImages.vue";
|
||||
import ImagesResources from "../components/project/brief/add-images-modal/ImagesResources.vue";
|
||||
|
||||
export const useAddImagesModalStore = defineStore("add-images-modal", () => {
|
||||
const tabs = ref([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue