Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Aug 12, 2024
1 parent b7c7db0 commit 8f66eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/square/secret/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import {
useDisclosure,
VStack,
} from "@chakra-ui/react";
import { useSession } from "next-auth/react";
import Image from "next/image";
import { useRouter } from "next/router";
import { useSession } from "next-auth/react";
import { useEffect, useState } from "react";

import AlertModal from "../../../components/AlertModal";
Expand Down

0 comments on commit 8f66eb9

Please sign in to comment.