Skip to content

Commit

Permalink
refactor(config): move profil config into config
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed May 16, 2024
1 parent bb9eabd commit 8c81573
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/components/profil-modal/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { Modal, ModalTitle, ModalContent } from "@dataesr/dsfr-plus";
import "./styles.scss";
import profiles from "../../../profil-config.json"


import profiles from "../../config/profil-config.json";

type ProfileModalProps = {
isOpen: boolean;
Expand Down
5 changes: 4 additions & 1 deletion profil-config.json → src/config/profil-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"Julia",
"Victor",
"Yann",
"Jeremy"
"Jeremy",
"Mialy",
"Hafsa",
"Alexandra"
]

0 comments on commit 8c81573

Please sign in to comment.