|
|
@@ -1,33 +1,17 @@
|
|
|
import * as React from 'react';
|
|
|
-
|
|
|
-// import { rows, action_icon, Comparar, Cuerpo, } from '../Components/Password/config.js';
|
|
|
import { default as CustomToolbar} from '../Components/Password/CustomToolbar';
|
|
|
|
|
|
import {
|
|
|
- // Table, TableBody, TableCell, TableContainer, TableRow, TablePagination,
|
|
|
Paper, Box,
|
|
|
- // Switch, FormControlLabel, Checkbox,
|
|
|
+ // Table, TableBody, TableCell, TableContainer, TableRow, TablePagination, Switch, FormControlLabel, Checkbox,
|
|
|
} from '@mui/material';
|
|
|
|
|
|
-// import { EditSharp, MailSharp } from '@mui/icons-material'
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
import MUIDataTable from "mui-datatables";
|
|
|
|
|
|
-const columns = ["Name", "Company", "City", "State"];
|
|
|
-
|
|
|
-const data = [
|
|
|
- ["Joe James", "Test Corp", "Yonkers", "NY"],
|
|
|
- ["John Walsh", "Test Corp", "Hartford", "CT"],
|
|
|
- ["Bob Herm", "Test Corp", "Tampa", "FL"],
|
|
|
- ["James Houston", "Test Corp", "Dallas", "TX"],
|
|
|
-];
|
|
|
-
|
|
|
-
|
|
|
export function Contrasv2() {
|
|
|
|
|
|
|
|
|
+
|
|
|
const columns = ["Name", "Company", "City", "State"];
|
|
|
|
|
|
const data = [
|