fix: add ocenka template page

This commit is contained in:
2025-07-09 11:26:18 +03:00
parent 6fbb3ffbfa
commit f81e7978b6
32 changed files with 356 additions and 8 deletions

View File

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