Re-export shareon with `export ... from`

This commit is contained in:
Nikita Karamov 2022-02-10 22:16:26 +01:00
parent db7c10048f
commit bea94e545d
No known key found for this signature in database
GPG Key ID: 3C8E688C96EEB9C9
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ if (s && s.hasAttribute("init")) {
initializeShareon();
}
export default initializeShareon;
export { default } from "./shareon";