внедрены базовые страницы нового функционала
This commit is contained in:
7
front/src/app/pages/home/MenuPage.js
Normal file
7
front/src/app/pages/home/MenuPage.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import HomePageContent from "./HomePageContent";
|
||||
|
||||
export function MenuPage() {
|
||||
return (
|
||||
<HomePageContent/>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user