diff --git a/src/app/StageLight.js b/src/app/StageLight.js new file mode 100644 index 0000000..3877593 --- /dev/null +++ b/src/app/StageLight.js @@ -0,0 +1,5 @@ +export default class StageLight { + constructor() { + + } +} diff --git a/src/components/StageLight.vue b/src/components/StageLight.vue new file mode 100644 index 0000000..a07e3ff --- /dev/null +++ b/src/components/StageLight.vue @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file