Skip to content

Commit

Permalink
write test #36
Browse files Browse the repository at this point in the history
  • Loading branch information
ftery0 committed Feb 13, 2024
1 parent 496406d commit 377813d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions SOPOLAST/src/Components/Sidewrite/write.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import React from "react";
import { useState, ChangeEvent, FormEvent } from "react";
import axios from "axios";
import Head from "../../constants/head/Head/head";
import Side from "../../constants/Sidebar/Side/side";
import ImgPlus from "src/Assets/image/imgplus.png";
import SubmitImg from "src/Assets/image/submitimg.png";
import * as s from "./Write.style";
import { showToast } from "src/constants/Swal/Swal";
import UseWrite from "src/hooks/Wirte/useWirte"
import UseWrite from "src/hooks/Write/useWirte"

const Sidewrite = () => {
const {
Expand Down Expand Up @@ -65,7 +66,6 @@ const Sidewrite = () => {
onChange={handleChangeImg}
></s.btnupload>
</s.plustimg>

</s.Tool>

<s.SubmitButtonMain>
Expand Down Expand Up @@ -96,7 +96,6 @@ const Sidewrite = () => {
onChange={(e) => setContent(e.target.value)}
></s.WriteDetail>
</s.WriteDetailMain>

{/* {fileName && <div>{fileName}</div>} */}
</s.WriteForm>
</s.WriteUnder>
Expand Down
File renamed without changes.

0 comments on commit 377813d

Please sign in to comment.