From 7a2b656aa02bc9fb5ba12fdfbe8da9913b2b7547 Mon Sep 17 00:00:00 2001 From: Noan07 <84435602+Noan07@users.noreply.github.com> Date: Tue, 10 Jan 2023 08:32:49 +0100 Subject: [PATCH] Affichage postes --- .../src/components/Configurations/ConfigurationDuCompte.js | 2 +- Site Web/client/src/pages/HomeNavigation.js | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Site Web/client/src/components/Configurations/ConfigurationDuCompte.js b/Site Web/client/src/components/Configurations/ConfigurationDuCompte.js index 0b0c33e9..d453d256 100644 --- a/Site Web/client/src/components/Configurations/ConfigurationDuCompte.js +++ b/Site Web/client/src/components/Configurations/ConfigurationDuCompte.js @@ -1,4 +1,4 @@ -import React from 'react'; +import React, { useState } from 'react'; import { NavLink } from "react-router-dom"; diff --git a/Site Web/client/src/pages/HomeNavigation.js b/Site Web/client/src/pages/HomeNavigation.js index 4afa0367..4d472cd2 100644 --- a/Site Web/client/src/pages/HomeNavigation.js +++ b/Site Web/client/src/pages/HomeNavigation.js @@ -3,11 +3,6 @@ import { UidContext } from '../components/AppContext'; import Log from '../components/Log' import Home from './Home'; -import { NavLink } from 'react-router-dom'; -import NewPoste from "../components/NewPoste"; -import AjoutLien from "../components/AjoutLien"; -// - const HomeNavigation = () => { const uid = useContext(UidContext);