/* global React, ReactDOM, ICLandingVault */

const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(<ICLandingVault/>);
