Add x widget

This commit is contained in:
Mononaut
2024-05-01 23:40:39 +00:00
parent cd8abe5c06
commit f83404421a
8 changed files with 133 additions and 12 deletions

View File

@@ -33,6 +33,7 @@ export interface Customization {
dashboard: {
widgets: {
component: string;
mobileOrder?: number;
props: { [key: string]: any };
}[];
};