Rename UI files

This commit is contained in:
mmcwilliams 2019-06-18 15:25:28 -04:00
parent 23d663c3e7
commit d6da1824cd
3 changed files with 5 additions and 5 deletions

View File

@ -1,3 +0,0 @@
'use strict';
let digital;
module.exports = digital;

3
app/lib/ui/filmout.js Normal file
View File

@ -0,0 +1,3 @@
'use strict';
let filmout;
module.exports = filmout;

View File

@ -12,6 +12,6 @@ declare var cam : any;
declare var proj : any;
let digital : any;
let filmout : any;
module.exports = digital
module.exports = filmout