feat: add dashboard page
This commit is contained in:
Vendored
+6
-1
@@ -3,4 +3,9 @@ interface SelectListItem {
|
||||
value: string;
|
||||
}
|
||||
|
||||
export type { SelectListItem };
|
||||
interface TabsItem {
|
||||
label: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
export type { SelectListItem, TabsItem };
|
||||
|
||||
Reference in New Issue
Block a user