fix: idk
This commit is contained in:
@ -84,9 +84,10 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, defineProps, onMounted } from "vue";
|
||||
import { getSectionCellsByDate } from "@/api_tmp.ts";
|
||||
import SectionCell from "@/ApiClasses/SectionCell.ts";
|
||||
import { addSectionCell } from "@/api_tmp.ts";
|
||||
import { getSectionCellsByDate } from "@/services/Apis/Shared.ts";
|
||||
import { addSectionCell } from "@/services/Apis/Entrepreneurs.ts";
|
||||
import SectionCell from "@/ApiClasses/SectionCell";
|
||||
|
||||
import type { AxiosResponse, AxiosError } from "axios";
|
||||
|
||||
const props = defineProps<{
|
||||
|
Reference in New Issue
Block a user