init: step formular for new image templates

This commit is contained in:
Johannes Kirschbauer
2023-08-15 14:44:51 +02:00
parent 087e9b3231
commit 66617c0d62
6 changed files with 1326 additions and 1663 deletions

View File

@@ -2,7 +2,7 @@ import { Typography } from "@mui/material";
import { ReactNode } from "react";
interface DashboardCardProps {
title: string;
title: ReactNode;
children?: ReactNode;
}
const DashboardCard = (props: DashboardCardProps) => {