update widgets

This commit is contained in:
Ren Amamiya
2023-09-06 08:58:02 +07:00
parent 45c5a890b9
commit 09aea3cff5
5 changed files with 38 additions and 10 deletions

View File

@@ -44,6 +44,7 @@ export interface WidgetGroup {
export interface WidgetGroupItem {
title: string;
description: string;
kind: number;
}