From d92a1b9f22952d99c513820e109cd45eab8f4e92 Mon Sep 17 00:00:00 2001 From: jsapro <77.3.77@mail.ru> Date: Tue, 16 Jan 2024 13:48:12 +0300 Subject: [PATCH] fix: change path to folder --- .../review-and-rating-post-form/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';