внедрены базовые страницы нового функционала

This commit is contained in:
Kayashov.SM
2026-02-02 12:04:53 +04:00
parent bad457e6f6
commit caad2a10a6
16 changed files with 1636 additions and 69 deletions

View File

@@ -0,0 +1,7 @@
import HomePageContent from "./HomePageContent";
export function MenuPage() {
return (
<HomePageContent/>
)
}