class ItemListBox
This commit is contained in:
parent
83aaa02994
commit
24ef767f48
2 changed files with 6 additions and 5 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
class ItemListBox {
|
|
||||||
constructor() {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
6
src/js/page.js
Normal file
6
src/js/page.js
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
/* This file will contain all classes and functions for creating things on the page */
|
||||||
|
class ItemListBox {
|
||||||
|
constructor() {
|
||||||
|
console.log("ItemListBox is being created");
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue