import initializeShareon from "./shareon"; import "./style.css"; window.onload = () => { initializeShareon(); }; export default initializeShareon;