import { resetICParams } from "../../client"; /** * server got our message */ export const handleackMS = () => { resetICParams(); }