Skip to content

Commit

Permalink
Merge branch 'master' into module5-task1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nawwar14 authored Oct 23, 2024
2 parents b27e81f + b6f2b60 commit 78178ea
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 @@ -17,7 +17,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 78178ea

Please sign in to comment.