File tree Expand file tree Collapse file tree 14 files changed +22
-24
lines changed
Expand file tree Collapse file tree 14 files changed +22
-24
lines changed Original file line number Diff line number Diff line change 11import axios from "axios" ;
2- import { MemberType } from "@/components/Gnb /type" ;
2+ import { MemberType } from "@/components/gnb /type" ;
33
44interface ApiResponse {
55 members : MemberType [ ] ; // 실제 데이터
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ const HeaderMyPage = () => {
9393 />
9494 < span className = "text-sm md:text-base text-gray1" > 초대하기</ span >
9595 </ button >
96- { /*임시 컴포넌트명, 추후 정식 초대 모달 컴포넌트로 교체*/ }
9796 { isModalOpen && < NewDashboard onClose = { closeInviteModal } /> }
9897 </ div >
9998
Original file line number Diff line number Diff line change 11import { useState } from "react" ;
2- import ModalInput from "@/components/ModalInput /ModalInput" ;
3- import ModalTextarea from "@/components/ModalInput /ModalTextarea" ;
4- import ModalImage from "@/components/ModalInput /ModalImage" ;
5- import TextButton from "@/components/ModalInput /TextButton" ;
6- import StatusSelect from "@/components/ModalInput /StatusSelect" ;
7- import AssigneeSelect from "@/components/ModalInput /AssigneeSelect" ;
2+ import ModalInput from "@/components/modalInput /ModalInput" ;
3+ import ModalTextarea from "@/components/modalInput /ModalTextarea" ;
4+ import ModalImage from "@/components/modalInput /ModalImage" ;
5+ import TextButton from "@/components/modalInput /TextButton" ;
6+ import StatusSelect from "@/components/modalInput /StatusSelect" ;
7+ import AssigneeSelect from "@/components/modalInput /AssigneeSelect" ;
88
99interface TaskModalProps {
1010 mode ?: "create" | "edit" ;
Original file line number Diff line number Diff line change 11import { useState } from "react" ;
2- import ModalInput from "@/components/ModalInput /ModalInput" ;
3- import ModalTextarea from "@/components/ModalInput /ModalTextarea" ;
4- import ModalImage from "@/components/ModalInput /ModalImage" ;
5- import TextButton from "@/components/ModalInput /TextButton" ;
6- import AssigneeSelect from "@/components/ModalInput /AssigneeSelect" ;
2+ import ModalInput from "@/components/modalInput /ModalInput" ;
3+ import ModalTextarea from "@/components/modalInput /ModalTextarea" ;
4+ import ModalImage from "@/components/modalInput /ModalImage" ;
5+ import TextButton from "@/components/modalInput /TextButton" ;
6+ import AssigneeSelect from "@/components/modalInput /AssigneeSelect" ;
77
88interface TaskModalProps {
99 onClose : ( ) => void ;
Original file line number Diff line number Diff line change 11import { ReactNode } from "react" ;
22
3- import SideMenu from "@/components/SideMenu /SideMenu" ;
3+ import SideMenu from "@/components/sideMenu /SideMenu" ;
44
55export default function CommonLayout ( { children } : { children : ReactNode } ) {
66 return (
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import Image from "next/image";
33import Link from "next/link" ;
44import { useRouter } from "next/router" ;
55import { useEffect , useState } from "react" ;
6-
76import { getDashboards } from "@/api/sidemenu" ;
87
98interface Dashboard {
Original file line number Diff line number Diff line change 11import { useState , useEffect } from "react" ;
22import Pagination from "../TablePagination" ;
33import RandomProfile from "./RandomProfile" ;
4- import { MemberType } from "@/components/Gnb /type" ;
4+ import { MemberType } from "@/components/gnb /type" ;
55import { getMembers } from "@/api/members" ;
66
77interface HeaderBebridgeProps {
Original file line number Diff line number Diff line change 11import { useRouter } from "next/router" ;
22import ChangeBebridge from "@/components/modal/ChangeBebridge" ;
3- import HeaderBebridge from "@/components/Gnb /HeaderBebridge" ;
3+ import HeaderBebridge from "@/components/gnb /HeaderBebridge" ;
44import MemberList from "@/components/table/member/MemberList" ;
55// import SideMenu from "@/components/SideMenu/SideMenu";
66import InviteRecords from "@/components/table/InviteRecords" ;
Original file line number Diff line number Diff line change 11import React , { useState } from "react" ;
22import { useRouter } from "next/router" ;
3- import HeaderBebridge from "@/components/Gnb /HeaderBebridge" ;
3+ import HeaderBebridge from "@/components/gnb /HeaderBebridge" ;
44import NewDashboard from "@/components/modal/NewDashboard" ;
55
66export default function Dashboard ( ) {
You can’t perform that action at this time.
0 commit comments