init: layout

This commit is contained in:
Johannes Kirschbauer
2023-08-05 13:51:33 +02:00
committed by hsjobeki
parent 4ec7e13e96
commit a0a137191d
12 changed files with 2460 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
import { Card } from "@mui/material";
const DashboardCard = Card;
export { DashboardCard };