diff --git a/src/scroll.ts b/src/scroll.ts new file mode 100644 index 0000000..ad612a7 --- /dev/null +++ b/src/scroll.ts @@ -0,0 +1,6 @@ +/** + * The starting point for running scroll + */ +(() => { + // Now, to do stuff +})();