Skip to content

Commit

Permalink
fix: remove import not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan-helmy committed Apr 5, 2023
1 parent 8fac31f commit 9d27756
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SurauReview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { StarIcon } from '@heroicons/react/20/solid'
import Image from 'next/image'
import SurauOverview from './SurauOverview'
import { useEffect, useState } from 'react'
import ReviewSurauFormModal from './ReviewSurauFormModal'
import { api } from "../utils/api";
import { useRouter } from "next/router";
import Modal from './shared/Modal'
Expand Down

0 comments on commit 9d27756

Please sign in to comment.