mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 01:49:40 +05:00
refactor: merge <main> from pages in to one in App.tsx
This commit is contained in:
parent
7ab0befa5e
commit
32ff8bce0c
15 changed files with 109 additions and 109 deletions
|
@ -40,7 +40,7 @@ export function IndexPage() {
|
|||
}, [token]);
|
||||
|
||||
return (
|
||||
<main className="container flex flex-col pt-2 pb-20 mx-auto sm:pt-4 sm:pb-0">
|
||||
<>
|
||||
{lastReleasesData ? (
|
||||
<ReleaseCourusel
|
||||
sectionTitle="Последние релизы"
|
||||
|
@ -89,6 +89,6 @@ export function IndexPage() {
|
|||
<h1 className="text-2xl">Ошибка загрузки контента...</h1>
|
||||
</div>
|
||||
)}
|
||||
</main>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue