scroll/src/scroll.ts

7 lines
86 B
JavaScript
Raw Normal View History

2023-10-27 12:11:48 -04:00
/**
* The starting point for running scroll
*/
(() => {
// Now, to do stuff
})();