diff --git a/src/index.js b/src/index.js index 7439056..ef7818d 100644 --- a/src/index.js +++ b/src/index.js @@ -6,4 +6,4 @@ if (s && s.hasAttribute("init")) { initializeShareon(); } -export default initializeShareon; +export { default } from "./shareon";