Skip to content

Commit

Permalink
chore: 코드정리
Browse files Browse the repository at this point in the history
  • Loading branch information
faddishcorn committed Nov 12, 2024
1 parent 2d4b1c5 commit 363359d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions src/pages/Mypage/Mypage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,6 @@ const DeleteButtonWrapper = styled.div`
gap: 10px;
`;

const ButtonContainer = styled.div`
display: flex;
gap: 10px;
margin-left: auto;
`;

export default function MyPage() {
const [isNotificationEnabled, setNotificationEnabled] = useState(false);
const { userData, handleDeleteAccount, handleSubscription } = useUserData();
Expand Down
3 changes: 1 addition & 2 deletions src/router/Router.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import {
createBrowserRouter,
RouterProvider,
Navigate,
} from "react-router-dom";
import { useEffect } from "react";
import { useModal, ModalProvider } from "@/context/LoginModalContext";
import { useModal } from "@/context/LoginModalContext";
import LandingPage from "@/pages/Landing/LandingPage";
import RouterPath from "./RouterPath";
import LoginModal from "@/pages/LoginModal/LoginModal";
Expand Down

0 comments on commit 363359d

Please sign in to comment.