merge
This commit is contained in:
parent
eed6d1f54e
commit
196fe6724d
@ -3,11 +3,11 @@ import PrivateRoute from "./PrivateRoute.jsx";
|
||||
import AdminRoute from "./AdminRoute.jsx";
|
||||
import LoginPage from "../Components/Pages/LoginPage/LoginPage.jsx";
|
||||
import RegisterPage from "../Components/Pages/RegisterPage/RegisterPage.jsx"; // Новая страница регистрации
|
||||
import CoursesPage from "../Components/Pages/Courses/CoursesPage.jsx";
|
||||
import MainLayout from "../Components/Layouts/MainLayout.jsx";
|
||||
import ProfilePage from "../Components/Pages/ProfilePage/ProfilePage.jsx";
|
||||
import AdminPage from "../Components/Pages/AdminPage/AdminPage.jsx";
|
||||
import CourseDetailPage from "../Components/Pages/CourseDetailPage/CourseDetailPage.jsx";
|
||||
import CoursesPage from "../Components/Pages/CoursesPage/CoursesPage.jsx";
|
||||
|
||||
|
||||
const AppRouter = () => (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user