update errors handler

This commit is contained in:
smanylov
2026-02-04 13:21:32 +07:00
parent 362df2f609
commit 584f0dda2f
9 changed files with 140 additions and 20 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import SectionSearchFile from '@/app/ui/search/section-search-file';
import { SupportedFormats } from '@/app/ui/search/supported-formats';
export default function Page() {
return (
<>
@@ -17,7 +18,7 @@ export default function Page() {
fileType="image"
/>
<div className="search-sidebar">
side
<SupportedFormats />
</div>
</div>
</>