Skip to content

Commit

Permalink
fix: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
moolmin committed Nov 19, 2024
1 parent 10c7d62 commit 242e22e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 24 deletions.
17 changes: 0 additions & 17 deletions next-sitemap.config.cjs

This file was deleted.

5 changes: 0 additions & 5 deletions public/robots.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/app/(pages)/4q-create/download/[ticketId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { useParams } from "next/navigation";
import styles from "./page.module.css";
import { Image, Button, Typography } from "antd";
import { LuDownload } from "react-icons/lu";
import ShareModal from "../../(modals)/shareModal";
import { getTicketInfo } from "@/service/photo_api";

const { Paragraph } = Typography;
Expand Down
2 changes: 1 addition & 1 deletion src/app/(pages)/signup/email/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
requestEmailVerification,
verifyEmailCode,
requestRegister,
} from "@/services/auth";
} from "@/service/auth_api";
import { useRouter } from "next/navigation";

export default function Signup() {
Expand Down

0 comments on commit 242e22e

Please sign in to comment.