1
mirror of https://github.com/jakejarvis/dark-mode.git synced 2025-09-11 08:38:11 -04:00

bring bundle config up-to-date with rollup template

https://github.com/jakejarvis/rollup-module-template
This commit is contained in:
2021-10-09 16:49:25 -04:00
parent 07ce4cab10
commit ce472773c9
7 changed files with 229 additions and 110 deletions

View File

@@ -1,4 +1,4 @@
const init = function (options) {
export function init(options) {
options = options || {};
// use a specified element(s) to trigger swap when clicked
@@ -93,6 +93,4 @@ const init = function (options) {
}
});
}
};
export { init };
}