Skip to content

Commit

Permalink
Task2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nawwar14 committed Oct 5, 2024
1 parent c609fff commit 3119d70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/MainPage/MainPage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Card from '../MainPageCard/Card.tsx';
import {cardProperties} from '~/src/index.tsx';
import {cardProperties} from '../../index.tsx';
function MainPage({ CardProps }: { CardProps:cardProperties[] }):JSX.Element{
return(
<div className="page page--gray page--main">
Expand Down
2 changes: 1 addition & 1 deletion src/components/MainPageCard/Card.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {cardProperties} from '~/src/index.tsx';
import {cardProperties} from '../../index.tsx';
function Card(MainPageCardProps:cardProperties):JSX.Element{
return(
<article className="cities__card place-card">
Expand Down

0 comments on commit 3119d70

Please sign in to comment.