Rename UI files
This commit is contained in:
parent
23d663c3e7
commit
d6da1824cd
|
@ -1,3 +0,0 @@
|
||||||
'use strict';
|
|
||||||
let digital;
|
|
||||||
module.exports = digital;
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
'use strict';
|
||||||
|
let filmout;
|
||||||
|
module.exports = filmout;
|
|
@ -12,6 +12,6 @@ declare var cam : any;
|
||||||
declare var proj : any;
|
declare var proj : any;
|
||||||
|
|
||||||
|
|
||||||
let digital : any;
|
let filmout : any;
|
||||||
|
|
||||||
module.exports = digital
|
module.exports = filmout
|
Loading…
Reference in New Issue