title: auto
des: auto note:auto
This commit is contained in:
@@ -13,28 +13,26 @@ import {
|
|||||||
import { IconChevronRight } from "@tabler/icons-react";
|
import { IconChevronRight } from "@tabler/icons-react";
|
||||||
|
|
||||||
export default function Admin_BuktiTransferInvestasi() {
|
export default function Admin_BuktiTransferInvestasi() {
|
||||||
|
|
||||||
const listUsername = [
|
const listUsername = [
|
||||||
{
|
{
|
||||||
id: 1
|
id: 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2
|
id: 2,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3
|
id: 3,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 4
|
id: 4,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 5
|
id: 5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 6
|
id: 6,
|
||||||
},
|
},
|
||||||
|
];
|
||||||
]
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{/* Box Username */}
|
{/* Box Username */}
|
||||||
@@ -50,7 +48,6 @@ export default function Admin_BuktiTransferInvestasi() {
|
|||||||
</Grid>
|
</Grid>
|
||||||
</Paper>
|
</Paper>
|
||||||
))}
|
))}
|
||||||
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user