Skip to content

Commit

Permalink
Merge pull request #121 from Kusitms-29th-ASAP/fix/#120
Browse files Browse the repository at this point in the history
[Fix] 배포 오류
  • Loading branch information
yyypearl authored Jun 6, 2024
2 parents ac405b2 + 44e84b1 commit dc58205
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 89 deletions.
4 changes: 1 addition & 3 deletions src/app/mypage/profile/signature/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ import { theme } from "@/styles/theme";
import Topbar from "@/components/common/Topbar";
import ListNumber from "@/components/common/ListNumber";
import { signData } from "@/data/mypageData";
import Subtitle from "@/components/signin/Subtitle";
import Button from "@/components/common/Button";
import { useEffect, useRef, useState } from "react";
import { useRef, useState } from "react";
import { CheckBox } from "@/components/common/Checkbox.stories";
import { useRouter } from "next/navigation";
import Image from "next/image";
import SignatureCanvas from "react-signature-canvas";
import Axios from "@/apis/axios";

const Signature = () => {
const router = useRouter();
Expand Down
1 change: 0 additions & 1 deletion src/app/news/eduOffice/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import Axios from "@/apis/axios";
import Tabbar from "@/components/common/Tabbar";
import HomeGuide from "@/components/news/HomeGuide";
import Summary from "@/components/news/Summary";
import HomeGuideRemind from "@/components/school/home/HomeGuideRemind";
import { theme } from "@/styles/theme";
Expand Down
1 change: 0 additions & 1 deletion src/app/news/school/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import Axios from "@/apis/axios";
import Tabbar from "@/components/common/Tabbar";
import HomeGuide from "@/components/news/HomeGuide";
import Summary from "@/components/news/Summary";
import HomeGuideRemind from "@/components/school/home/HomeGuideRemind";
import { theme } from "@/styles/theme";
Expand Down
1 change: 0 additions & 1 deletion src/components/home/MealTable.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { mealData } from "@/data/homeData";
import { theme } from "@/styles/theme";
import { useEffect, useState } from "react";
import styled from "styled-components";
Expand Down
83 changes: 0 additions & 83 deletions src/components/news/HomeGuide.tsx

This file was deleted.

0 comments on commit dc58205

Please sign in to comment.