Skip to content

Commit

Permalink
fix: first step
Browse files Browse the repository at this point in the history
  • Loading branch information
kavabunga committed Jan 16, 2024
1 parent 4e8e2b7 commit df834a1
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 272 deletions.
228 changes: 0 additions & 228 deletions src/components/button/button.module.scss

This file was deleted.

43 changes: 0 additions & 43 deletions src/components/button/index.tsx

This file was deleted.

File renamed without changes.
File renamed without changes.
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 df834a1

Please sign in to comment.