2 lines
75 B
JavaScript
2 lines
75 B
JavaScript
const currentURL = () => window.location.href;
|
|
module.exports = currentURL; |
const currentURL = () => window.location.href;
|
|
module.exports = currentURL; |