diff --git a/gui/scripts/interface.JS b/gui/scripts/interface.JS index 87c602d..b269c0f 100644 --- a/gui/scripts/interface.JS +++ b/gui/scripts/interface.JS @@ -3,5 +3,7 @@ Control the interface! */ export default class interface { - /* Create a JS function that accepts + function add() { + + } }