Skip to content

Commit

Permalink
Merge branch 'module5-task1' of https://github.com/Nawwar14/2571633-s…
Browse files Browse the repository at this point in the history
…ix-cities-5 into module5-task1
  • Loading branch information
Nawwar14 committed Oct 23, 2024
2 parents 1c8a3fd + 78178ea commit f3bff23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/MainPage/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ type Offer = {
type MainPageProps = {
offers: Offer[];
};

export const MainPage : FC<MainPageProps> = ({ offers }) =>
(
<div className="page page--gray page--main">
Expand Down

0 comments on commit f3bff23

Please sign in to comment.