Skip to content

Commit

Permalink
Renamed page for tables
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSychev2005 committed Sep 20, 2024
1 parent 4c1ed60 commit d1c06d8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions FrontEnd/src/routes/AdminRouter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import '../pages/AdminPage/AdminGlobal.css';
import Header from '../components/Admin/Header/Header';
import Menu from '../pages/AdminPage/Menu/Menu';
import UserDetail from '../pages/AdminPage/DetailView/UserDetail';
import UserTable from '../pages/UserTable/UserTable';
import ProfilesTable from '../pages/UserTable/ProfilesTable';
import UserTable from '../pages/UserProfilesTable/UserTable';
import ProfilesTable from '../pages/UserProfilesTable/ProfilesTable';
import ProfileDetail from '../pages/AdminPage/DetailView/ProfileDetail';
import css from '../pages/AdminPage/AdminPage.module.css';
import { Routes, Route } from 'react-router-dom';
Expand Down

0 comments on commit d1c06d8

Please sign in to comment.