Skip to content

Commit

Permalink
[CORRECTION][PAGE ACCUEIL] Corrige le message du Général
Browse files Browse the repository at this point in the history
  • Loading branch information
bbougon committed Jan 21, 2025
1 parent c80a5cb commit 25ba57a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mon-aide-cyber-ui/src/Accueil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ import { FormulaireDeContact } from './composants/communs/FormulaireDeContact/Fo
import { ActionsPiedDePage } from './composants/communs/ActionsPiedDePage.tsx';

export const Accueil = () => {
// const [motDGClique, setMotDGClique] = useState<boolean>(true);
// const [motGeneralClique, setMotGeneralClique] = useState<boolean>(false);
//
// const surCliqueMotDG = useCallback(() => {
// setMotGeneralClique(false);
// setMotDGClique(true);
// }, []);
//
// const surCliqueMotGeneral = useCallback(() => {
// setMotDGClique(false);
// setMotGeneralClique(true);
// }, []);

return (
<main role="main">
<div className="mode-fonce accueil">
Expand Down

0 comments on commit 25ba57a

Please sign in to comment.