浏览代码

dashboard page for user start config

amenpunk 3 年之前
父节点
当前提交
edbb77f544
共有 1 个文件被更改,包括 1 次插入1 次删除
  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