fix: prettier
This commit is contained in:
parent
b5637e4552
commit
351727f3d5
@ -1,9 +1,11 @@
|
|||||||
import { type AxiosError, type AxiosResponse } from "axios";
|
import { type AxiosError, type AxiosResponse } from "axios";
|
||||||
import Project from "@/ApiClasses/Project";
|
import Project from "@/ApiClasses/Project";
|
||||||
import SectionCell from "@/ApiClasses/SectionCell";
|
import SectionCell from "@/ApiClasses/SectionCell";
|
||||||
import { axiosInstance, defaultApiErrorHandler, defaultApiSuccessHandler } from "@/services/api"
|
import {
|
||||||
|
axiosInstance,
|
||||||
|
defaultApiErrorHandler,
|
||||||
|
defaultApiSuccessHandler,
|
||||||
|
} from "@/services/api";
|
||||||
|
|
||||||
// Entrepreneurs API
|
// Entrepreneurs API
|
||||||
function requestProjectCreation(
|
function requestProjectCreation(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user