Re-export shareon with `export ... from`
parent
db7c10048f
commit
bea94e545d
|
@ -6,4 +6,4 @@ if (s && s.hasAttribute("init")) {
|
|||
initializeShareon();
|
||||
}
|
||||
|
||||
export default initializeShareon;
|
||||
export { default } from "./shareon";
|
||||
|
|
Loading…
Reference in New Issue