Skip to content

Commit

Permalink
feat : css 위치 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup committed Oct 9, 2024
1 parent 3cb6354 commit 36fbb27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/pages/board/component/input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { useEffect } from "react";
import TooltipInput from "../../../../common/component/input/tooltip";
import useAvartar from "../../hook/useAvartar";
import useInput from "../../hook/useInput";
import classes from "./Input.module.css";
import classes from "../../../../Input.module.css";
import { useDisclosure } from "@mantine/hooks";

const CommentInput = () => {
Expand Down

0 comments on commit 36fbb27

Please sign in to comment.