mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-21 04:09:38 +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
app/pages
|
@ -90,7 +90,7 @@ export function SearchPage() {
|
|||
if (error) return <div>failed to load</div>;
|
||||
|
||||
return (
|
||||
<main className="container px-2 pt-2 pb-16 mx-auto sm:pt-4 sm:pb-0">
|
||||
<>
|
||||
<div>
|
||||
<form
|
||||
className="max-w-full mx-auto"
|
||||
|
@ -179,6 +179,6 @@ export function SearchPage() {
|
|||
</div>
|
||||
</Button>
|
||||
)}
|
||||
</main>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue