ソースを参照

dashboard page for user start config

amenpunk 2 年 前
コミット
edbb77f544
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/Components/HomeUser/TestCard.jsx

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

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