add dashboard component
This commit is contained in:
+8
-1
@@ -12,4 +12,11 @@ type Theme = {
|
||||
hoverText: string,
|
||||
}
|
||||
|
||||
export { Tenant, Theme }
|
||||
type DataTimeline = {
|
||||
from: string,
|
||||
title: string,
|
||||
showDayAndMonth: boolean,
|
||||
message: string,
|
||||
}
|
||||
|
||||
export { Tenant, Theme, DataTimeline }
|
||||
|
||||
Reference in New Issue
Block a user