Skip to content

Commit

Permalink
fix :: 배포 시도
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Feb 29, 2024
1 parent 4d45964 commit 5facfcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/user/src/apis/project.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import axios from 'axios';
import { instance } from './instance';
import { projectType } from '../types/projectType';
import { ProjectRegisterType } from '../types/projectType';
import { toast } from 'react-toastify';

type createProjectType = {
project: projectType;
project: ProjectRegisterType;
logo: File;
projectImage: File[];
};
Expand Down
2 changes: 1 addition & 1 deletion packages/user/src/components/Registration/FormRegister.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ScreenshotLabelImg from '../../assets/screenshotLabel.svg';
import { ProjectRegisterType } from '../../types/projectType';
import { ImgContainer } from './ImgContainer';
import { projectDuplicate } from '../../apis/project';
import * as _ from './Style';
import * as _ from './style.tsx';

interface formPropsType {
logo: Blob | null;
Expand Down

0 comments on commit 5facfcf

Please sign in to comment.