diff --git a/src/index.html b/src/index.html index 8b266f3..777e61b 100644 --- a/src/index.html +++ b/src/index.html @@ -159,11 +159,12 @@
Analyzer Supporters

- Klaudia (Lvl 26) - + Klaudia (Lvl 33) - Rohit (Lvl 7) - Dominic (Lvl 6) - David (Lvl 5) - Peter (Lvl 5) - + Ruben (Lvl 5) - AnonymousCanada (Lvl 3)

diff --git a/src/js/ItemListBox.js b/src/js/ItemListBox.js new file mode 100644 index 0000000..83c2a06 --- /dev/null +++ b/src/js/ItemListBox.js @@ -0,0 +1,5 @@ +class ItemListBox { + constructor() { + + } +} \ No newline at end of file