More new UI

This commit is contained in:
2024-03-11 01:44:32 +00:00
parent 69379d761f
commit 21f5522950
11 changed files with 615 additions and 220 deletions

View File

@@ -0,0 +1,7 @@
export enum TimeSpan {
Last24Hours,
Day,
Custom
}
export default TimeSpan;