fix: search errors and fix it

This commit is contained in:
2025-07-10 13:24:20 +03:00
parent a3c849d6fe
commit a96b014ec4
49 changed files with 197 additions and 103 deletions

View File

@@ -1,3 +1,5 @@
import { OcenkaUsherbNedvigi } from '@/views';
export default function Page() {
return <div>Page</div>;
return <OcenkaUsherbNedvigi />;
}