feat: add jurist pages content

This commit is contained in:
2025-07-10 15:36:09 +03:00
parent a96b014ec4
commit fd5468920b
62 changed files with 2895 additions and 12 deletions

View File

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