phpapi not ready
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import React, { useContext, useState } from 'react';
|
||||
import { Axios, ResponseT, UserCtx, UserCtxT } from '../context/UserContext';
|
||||
import { ResponseT, UserCtx, UserCtxT } from '../context/UserContext';
|
||||
import {Axios} from '../services/PhpApi';
|
||||
|
||||
function PreviewUpload({chgFile}:{chgFile: any}) {
|
||||
const [file, setFile] = useState<string | undefined >(undefined);
|
||||
|
||||
Reference in New Issue
Block a user