Filter statistics

This commit is contained in:
Pieter Vander Vennet 2022-09-14 19:15:50 +02:00
parent 640ff8e382
commit 992ba62ada
3 changed files with 20 additions and 5 deletions

View file

@ -0,0 +1,3 @@
import StatisticsGUI from "./UI/StatisticsGUI";
new StatisticsGUI().AttachTo("maindiv")