Skip to content

Commit

Permalink
🔧Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VoDACode committed Sep 26, 2023
1 parent 91e92c0 commit 891f429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-app/src/pages/SystemInfoPage/SystemInfoPage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import cl from "./.module.css";
// import cl from "./.module.css";

const SystemInfoPage = () => {
React.useEffect(() => {
Expand Down
2 changes: 1 addition & 1 deletion client-app/src/pages/UserEditPage/UserEditPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import { useParams } from "react-router-dom";
import { useNavigate } from "react-router-dom";
import { ApiUsers } from "../../services/api/users";
import cl from "./.module.css";
// import cl from "./.module.css";
import Accordion from "../../components/Accordion/Accordion";
import InputBox from "../../components/InputBox/InputBox";
import SaveOrCancelForm from "../../components/SaveOrCancelForm/SaveOrCancelForm";
Expand Down

0 comments on commit 891f429

Please sign in to comment.