ref(frontend): fix file or disable eslint rules

This commit is contained in:
이강준
2022-11-26 17:53:45 +09:00
parent f2329884f8
commit 568042fac0
19 changed files with 186 additions and 120 deletions

View File

@@ -1,3 +1,4 @@
/* eslint-disable react-hooks/exhaustive-deps */
import Link from "next/link";
import { useRouter } from "next/router";
import { useEffect, useState } from "react";