Skip to content

Commit

Permalink
fix: change path to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jsapro committed Jan 16, 2024
1 parent 02a5dbc commit d92a1b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit d92a1b9

Please sign in to comment.