Skip to content

Commit

Permalink
why did i import table from bootstrap man
Browse files Browse the repository at this point in the history
  • Loading branch information
98ZhaoJeffrey committed Nov 5, 2024
1 parent 9d06e7e commit d0cdc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/pages/ManageUserPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import {
TableFooter,
TablePagination,
TableHead,
Table,
Stack,
FormControl,
} from "@mui/material";
import TablePaginationActions from "@mui/material/TablePagination/TablePaginationActions";
import { Table } from "react-bootstrap";
import { Role } from "../../types/AuthTypes";
import UserAPIClient from "../../APIClients/UserAPIClient";
import { User } from "../../types/UserTypes";
Expand Down

0 comments on commit d0cdc74

Please sign in to comment.