feat: add category page to ocenka

This commit is contained in:
2025-07-09 10:40:47 +03:00
parent 6c0a6f4a27
commit 6fbb3ffbfa
10 changed files with 292 additions and 56 deletions

View File

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