fix: add content to expertise pages

This commit is contained in:
2025-07-08 16:21:40 +03:00
parent 919c3c462e
commit 3e2426424d
148 changed files with 3708 additions and 169 deletions

View File

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