Skip to content

Commit

Permalink
Fixed Header component on Admin Page
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSychev2005 committed Aug 31, 2024
1 parent a1fa37a commit d6df32a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrontEnd/src/pages/AdminPage/AdminPage.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ToastContainer } from 'react-toastify';
import './AdminGlobal.css';
import Header from './Header/Header';
import Header from '../../components/Admin/Header/Header';
import Menu from './Menu/Menu';
import UserDetail from './DetailView/UserDetail';
import UserTable from './Table/UserTable';
Expand Down

0 comments on commit d6df32a

Please sign in to comment.