File "with-route.js"
Full Path: /home/tekvhqgl/public_html/wp-content/plugins/chaty/src/hoc/with-route.js
File size: 136 bytes
MIME-type: text/plain
Charset: utf-8
export default function withRoute() {
const route = new URLSearchParams(window.location.search);
return {
route
}
}