fix: add content to ocenka arcles

This commit is contained in:
2025-07-09 13:59:17 +03:00
parent f81e7978b6
commit 8a27522945
334 changed files with 10801 additions and 13 deletions

View File

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