uncomment componentss

This commit is contained in:
2024-05-13 17:22:07 +03:00
parent d435ec06be
commit d22ca1a6d4
2 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ export const LandingPage = () => {
</PageHeader>
</ErrorBoundary>
<Main>
{/* <MainCardWrapper as="header">
<MainCardWrapper as="header">
<MainCardText>
<Header1>
Персонажи из <br />
@@ -74,7 +74,7 @@ export const LandingPage = () => {
</MainCardTextP>
</MainCardText>
<MainCardImg src={cucumber} alt="" />
</MainCardWrapper> */}
</MainCardWrapper>
<ErrorBoundary>
<Cards cards={data} />
</ErrorBoundary>