diff --git a/src/Pages/offer-page.tsx b/src/Pages/offer-page.tsx index dc83cf3..8d649f4 100644 --- a/src/Pages/offer-page.tsx +++ b/src/Pages/offer-page.tsx @@ -13,7 +13,7 @@ import { OfferHost } from '../components/offer/offer-host.tsx'; import { capitalize, pluralizeAndCombine } from '../utils/string-utils.ts'; import { Rating } from '../components/rating.tsx'; import { OfferGallery } from '../components/offer/offer-gallery.tsx'; -import {BookmarkButton} from "../components/bookmark-button.tsx"; +import { BookmarkButton } from '../components/bookmark-button.tsx'; export function OfferPage(): React.JSX.Element { const offerId = useParams().id; diff --git a/src/components/offer/offer-card.tsx b/src/components/offer/offer-card.tsx index e09c999..af73a91 100644 --- a/src/components/offer/offer-card.tsx +++ b/src/components/offer/offer-card.tsx @@ -3,7 +3,7 @@ import { Link } from 'react-router-dom'; import { AppRoutes } from '../../dataTypes/enums/app-routes.ts'; import cn from 'classnames'; import { Rating } from '../rating.tsx'; -import {BookmarkButton} from "../bookmark-button.tsx"; +import { BookmarkButton } from '../bookmark-button.tsx'; interface PlaceCardProps { id: string;