Skip to content

Commit

Permalink
Merge pull request #242 from sj-distributor/fixed-optimize-code
Browse files Browse the repository at this point in the history
Fixed optimize code
  • Loading branch information
wuxin666789 authored Mar 4, 2024
2 parents 49415af + 980f96a commit 3ca86a8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { clone, set } from "ramda";
import { clone } from "ramda";
import { useEffect, useMemo, useState } from "react";
import { TreeNode } from "../add-users-model/props";
import { IRoleUserItemDto } from "../../../../dtos/role-user-permissions";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useImperativeHandle } from "react";
import React, { useImperativeHandle } from "react";
import {
Box,
Checkbox,
Expand Down
1 change: 0 additions & 1 deletion web/src/pages/user/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import Search from "@mui/icons-material/Search";
const User = () => {
const {
usersList,
setUsersList,
registerRef,
onRegisterCancel,
addApikeyRef,
Expand Down
2 changes: 0 additions & 2 deletions web/src/router/elementRoute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import MeetingList from "../pages/meeting-list";
import { SendRequest } from "../pages/request";

import EmailIcon from "@mui/icons-material/Email";
import AccountCircleIcon from "@mui/icons-material/AccountCircle";
import SettingsIcon from "@mui/icons-material/Settings";
import PersonOutlineIcon from "@mui/icons-material/PersonOutline";
import {
Navigate,
Expand Down

0 comments on commit 3ca86a8

Please sign in to comment.