Browse Source

dashboard page for user start config

amenpunk 2 years ago
parent
commit
edbb77f544
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Components/HomeUser/TestCard.jsx

+ 1 - 1
src/Components/HomeUser/TestCard.jsx

1
 import * as React from 'react';
1
 import * as React from 'react';
2
 import {
2
 import {
3
-    Box, Card, CardActions, CardContent, Button, Typography,
3
+    Card, CardActions, CardContent, Button, Typography,
4
     CardMedia, CardActionArea,
4
     CardMedia, CardActionArea,
5
 } from '@mui/material'
5
 } from '@mui/material'
6
 
6