1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-30 17:47:28 +01:00

stat cleanup (#1910)

* Updates modules

* Cleans up stats
This commit is contained in:
Amir Raminfar
2022-10-14 13:00:57 -07:00
committed by GitHub
parent e2ad2e0193
commit 5b15a0b29d
6 changed files with 125 additions and 110 deletions

1
assets/types/Point.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
type Point = { x: number; y: number };