SliderInput: change name to "Slider.js"

master
thyttan 2023-09-09 12:25:35 +02:00
parent f10ff2199d
commit c24499df6d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
try { // for making it possiblie to run the test app in the following catch statement. It would complain on `exports` not being defined. try { // for making it possiblie to run the test app in the following catch statement. It would complain on `exports` not being defined.
exports.interface = function(cb, conf) { exports.create = function(cb, conf) {
const R = Bangle.appRect; const R = Bangle.appRect;