feat: add expertise category page

This commit is contained in:
2025-07-09 09:43:37 +03:00
parent 57db15e01a
commit 6c0a6f4a27
7 changed files with 166 additions and 1 deletions

View File

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