diff --git a/src/components/NavigationAdmin.js b/src/components/NavigationAdmin.js new file mode 100644 index 0000000..4aa2947 --- /dev/null +++ b/src/components/NavigationAdmin.js @@ -0,0 +1,23 @@ +import React from 'react'; +import { NavLink } from 'react-router-dom'; + +const NavigationAdmin = () => { + return ( + +
+ +
+ +
+
+ +
+
+ +
+
+ + ); +}; + +export default NavigationAdmin; \ No newline at end of file diff --git a/src/pages/Admin_supp.js b/src/pages/Admin_supp.js index bbedf63..ae92c4a 100644 --- a/src/pages/Admin_supp.js +++ b/src/pages/Admin_supp.js @@ -4,18 +4,7 @@ const Admin_supp = () => { return (
{/* Create a page to delete an user in the admin page*/} -
- -
- -
-
- -
-
- -
-
+

Admin