diff --git a/src/components/ratings-and-reviews-components/review-and-rating-post-form/index.tsx b/src/components/ratings-and-reviews-components/review-and-rating-post-form/index.tsx index 87a7f9cf..41ec3b5b 100644 --- a/src/components/ratings-and-reviews-components/review-and-rating-post-form/index.tsx +++ b/src/components/ratings-and-reviews-components/review-and-rating-post-form/index.tsx @@ -2,7 +2,7 @@ import React, { SyntheticEvent, useEffect } from 'react'; import api from '@services/api'; import { useFormAndValidation } from '@hooks/use-form-and-validation'; import RatingInput from '@components/ratings-and-reviews-components/rating-input'; -import Button from '@components/button'; +import Button from '@components/Button'; import { dateOptions } from '../utils/constants'; import { IRatingsAndReviews, IReview, TRating, TReviewNullable } from '../utils/types'; import styles from './review-and-rating-post-form.module.scss';