layout rework in progress

This commit is contained in:
Victor Batischev
2024-02-14 16:34:12 +03:00
parent 12dd238c13
commit 2268e6e281
10 changed files with 19 additions and 16 deletions

View File

@ -69,9 +69,9 @@ const Home = () => {
<h2 className="catalog__title">Каталог специалистов</h2>
<Outstaffing />
<Description onLoadMore={loadMore} isLoadingMore={isLoadingMore} />
<Footer />
</div>
</div>
<Footer />
</>
);
};