From 851c95d62112a5995cdb838899d7162447ad69fe Mon Sep 17 00:00:00 2001 From: Aaron William Po Date: Sun, 9 Apr 2023 18:49:20 -0400 Subject: [PATCH] fix linting error --- components/BeerById/BeerCommentForm.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/BeerById/BeerCommentForm.tsx b/components/BeerById/BeerCommentForm.tsx index 0de427f..8ad90bf 100644 --- a/components/BeerById/BeerCommentForm.tsx +++ b/components/BeerById/BeerCommentForm.tsx @@ -8,7 +8,6 @@ import { Rating } from 'react-daisyui'; import { useForm, SubmitHandler } from 'react-hook-form'; import { z } from 'zod'; -import { useRouter } from 'next/router'; import useBeerPostComments from '@/hooks/useBeerPostComments'; import Button from '../ui/forms/Button'; import FormError from '../ui/forms/FormError';