|
@@ -1,33 +1,17 @@
|
1
|
1
|
import * as React from 'react';
|
2
|
|
-
|
3
|
|
-// import { rows, action_icon, Comparar, Cuerpo, } from '../Components/Password/config.js';
|
4
|
2
|
import { default as CustomToolbar} from '../Components/Password/CustomToolbar';
|
5
|
3
|
|
6
|
4
|
import {
|
7
|
|
- // Table, TableBody, TableCell, TableContainer, TableRow, TablePagination,
|
8
|
5
|
Paper, Box,
|
9
|
|
- // Switch, FormControlLabel, Checkbox,
|
|
6
|
+ // Table, TableBody, TableCell, TableContainer, TableRow, TablePagination, Switch, FormControlLabel, Checkbox,
|
10
|
7
|
} from '@mui/material';
|
11
|
8
|
|
12
|
|
-// import { EditSharp, MailSharp } from '@mui/icons-material'
|
13
|
|
-
|
14
|
|
-
|
15
|
|
-
|
16
|
9
|
import MUIDataTable from "mui-datatables";
|
17
|
10
|
|
18
|
|
-const columns = ["Name", "Company", "City", "State"];
|
19
|
|
-
|
20
|
|
-const data = [
|
21
|
|
- ["Joe James", "Test Corp", "Yonkers", "NY"],
|
22
|
|
- ["John Walsh", "Test Corp", "Hartford", "CT"],
|
23
|
|
- ["Bob Herm", "Test Corp", "Tampa", "FL"],
|
24
|
|
- ["James Houston", "Test Corp", "Dallas", "TX"],
|
25
|
|
-];
|
26
|
|
-
|
27
|
|
-
|
28
|
11
|
export function Contrasv2() {
|
29
|
12
|
|
30
|
13
|
|
|
14
|
+
|
31
|
15
|
const columns = ["Name", "Company", "City", "State"];
|
32
|
16
|
|
33
|
17
|
const data = [
|